diff options
author | Anton Khirnov <anton@khirnov.net> | 2015-04-05 08:49:47 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2015-04-29 05:52:57 +0200 |
commit | 9d33bab583a82cf12286c65258a29c6888e1ff98 (patch) | |
tree | bea5f4197e1ee941fad394d65777a7a635f2feeb /libavcodec/h264_slice.c | |
parent | 27b0e6ebfd47b0c11156c18b90fa8c571f0f60c3 (diff) | |
download | ffmpeg-9d33bab583a82cf12286c65258a29c6888e1ff98.tar.gz |
h264: drop H264Context.ouputed_poc
It is only set, but never used for anything.
Diffstat (limited to 'libavcodec/h264_slice.c')
-rw-r--r-- | libavcodec/h264_slice.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/h264_slice.c b/libavcodec/h264_slice.c index d5c0a6fa29..d5b99ae817 100644 --- a/libavcodec/h264_slice.c +++ b/libavcodec/h264_slice.c @@ -583,7 +583,6 @@ int ff_h264_update_thread_context(AVCodecContext *dst, } h->prev_frame_num_offset = h->frame_num_offset; h->prev_frame_num = h->frame_num; - h->outputed_poc = h->next_outputed_poc; h->recovery_frame = h1->recovery_frame; h->frame_recovered = h1->frame_recovered; |