diff options
Diffstat (limited to 'lib/ffmpeg/libavcodec/h264_parser.c')
-rw-r--r-- | lib/ffmpeg/libavcodec/h264_parser.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/ffmpeg/libavcodec/h264_parser.c b/lib/ffmpeg/libavcodec/h264_parser.c index 44b92b79e3..aff9ba17f0 100644 --- a/lib/ffmpeg/libavcodec/h264_parser.c +++ b/lib/ffmpeg/libavcodec/h264_parser.c @@ -158,6 +158,7 @@ static inline int parse_nal_units(AVCodecParserContext *s, h->sei_dpb_output_delay = 0; h->sei_cpb_removal_delay = -1; h->sei_buffering_period_present = 0; + h->sei_fpa.frame_packing_arrangement_cancel_flag = -1; if (!buf_size) return 0; |