h264: add frame packing as stereo_mode frame metadata
This matches the matroska defintion of stereo_mode, with no metadata written if no info exist in sei Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:

committed by
Michael Niedermayer

parent
0f229f9b91
commit
8710a634a5
@@ -172,6 +172,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;
|
||||
|
Reference in New Issue
Block a user