mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
avcodec/h264dec: Remove unused coded_picture_number
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
parent
a9a69a5a31
commit
651f3aa7f9
@ -388,7 +388,6 @@ int ff_h264_update_thread_context(AVCodecContext *dst,
|
||||
|
||||
h->width_from_caller = h1->width_from_caller;
|
||||
h->height_from_caller = h1->height_from_caller;
|
||||
h->coded_picture_number = h1->coded_picture_number;
|
||||
h->first_field = h1->first_field;
|
||||
h->picture_structure = h1->picture_structure;
|
||||
h->mb_aff_frame = h1->mb_aff_frame;
|
||||
|
@ -356,7 +356,6 @@ typedef struct H264Context {
|
||||
int chroma_x_shift, chroma_y_shift;
|
||||
|
||||
int droppable;
|
||||
int coded_picture_number;
|
||||
|
||||
int context_initialized;
|
||||
int flags;
|
||||
|
Loading…
Reference in New Issue
Block a user