[FFmpeg-devel] [PATCH]: mxf: Fix frame layout values
Matthieu Bouron
matthieu.bouron at gmail.com
Fri Apr 13 15:56:19 CEST 2012
Hi,
First patch fix the frame layout values in mxf.h.
According to SMPTE 377M:
FullFrame = 0,
SeparateFields = 1,
SingleField = 2,
MixedFields = 3,
SegmentedFields = 4
Second patch add a missing break in frame layout parsing avoiding the
Unknown frame layout type [...] message even if the frame layout is
known.
Please comment,
Matthieu
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-mxf-Fix-frame-layout-values.patch
Type: application/octet-stream
Size: 666 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20120413/515ce828/attachment.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0002-mxfdec-Add-missing-break-in-frame-layout-parsing.patch
Type: application/octet-stream
Size: 876 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20120413/515ce828/attachment-0001.obj>
More information about the ffmpeg-devel
mailing list