X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fh264_ps.h;h=9014326dfb4472fed23ca9b3420c7301365015e3;hb=81acc9adbfef9a4867862033b769b5d198cea679;hp=e967b9cbcfde91d1b059094d52ed1c06904a483e;hpb=d6b62ce1aced9e2456582870382f384581cc7cbb;p=ffmpeg diff --git a/libavcodec/h264_ps.h b/libavcodec/h264_ps.h index e967b9cbcfd..9014326dfb4 100644 --- a/libavcodec/h264_ps.h +++ b/libavcodec/h264_ps.h @@ -81,7 +81,7 @@ typedef struct SPS { uint32_t num_units_in_tick; uint32_t time_scale; int fixed_frame_rate_flag; - short offset_for_ref_frame[256]; // FIXME dyn aloc? + int32_t offset_for_ref_frame[256]; int bitstream_restriction_flag; int num_reorder_frames; int scaling_matrix_present;