X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fh264.h;h=ae71d68036775f9fb2dccb3a94cb9557a6bc103a;hb=4f79c7dd0853a10a28f603bceaba0b192540f67a;hp=63ed3573cb669aae070228ed730202fc3844bad3;hpb=0489af478e5f490aee2d96daa29043b590c8d280;p=ffmpeg diff --git a/libavcodec/h264.h b/libavcodec/h264.h index 63ed3573cb6..ae71d680367 100644 --- a/libavcodec/h264.h +++ b/libavcodec/h264.h @@ -490,6 +490,7 @@ typedef struct H264Context{ Picture *long_ref[32]; Picture default_ref_list[2][32]; ///< base reference list for all slices of a coded picture Picture *delayed_pic[MAX_DELAYED_PIC_COUNT+2]; //FIXME size? + int last_pocs[MAX_DELAYED_PIC_COUNT]; Picture *next_output_pic; int outputed_poc; int next_outputed_poc; @@ -499,6 +500,7 @@ typedef struct H264Context{ */ MMCO mmco[MAX_MMCO_COUNT]; int mmco_index; + int mmco_reset; int long_ref_count; ///< number of actual long term references int short_ref_count; ///< number of actual short term references