Changes between Initial Version and Version 1 of Ticket #7340, comment 2
- Timestamp:
- Nov 28, 2018, 1:33:03 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #7340, comment 2
initial v1 1 1 Below code change fixes Bug #7340 2 2 Not sure if that would impact something else. Request your kind opinion on this. 3 3 {{{ 4 4 diff --git a/libavcodec/h264dec.c b/libavcodec/h264dec.c 5 5 index 7b4c5c7..4656d22 100644 … … 15 15 for (i = 0; i < MAX_DELAYED_PIC_COUNT; i++) 16 16 h->last_pocs[i] = INT_MIN; 17 }}}


