[FFmpeg-cvslog] mxfenc: support 23.976 and 24 frame rates
Matthieu Bouron
git at videolan.org
Thu Sep 20 02:41:12 CEST 2012
ffmpeg | branch: master | Matthieu Bouron <matthieu.bouron at gmail.com> | Thu Sep 13 00:48:40 2012 +0200| [d57ca5e5a8ba993630c87fbc87ed1f8267309278] | committer: Michael Niedermayer
mxfenc: support 23.976 and 24 frame rates
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d57ca5e5a8ba993630c87fbc87ed1f8267309278
---
libavformat/mxfenc.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/libavformat/mxfenc.c b/libavformat/mxfenc.c
index 66c085f..55d3202 100644
--- a/libavformat/mxfenc.c
+++ b/libavformat/mxfenc.c
@@ -53,6 +53,8 @@ typedef struct {
} MXFSamplesPerFrame;
static const MXFSamplesPerFrame mxf_samples_per_frames[] = {
+ { { 1001, 24000 }, { 2002, 0, 0, 0, 0, 0 } }, // FILM 23.976
+ { { 1, 24}, { 2000, 0, 0, 0, 0, 0 } }, // FILM 24
{ { 1001, 30000 }, { 1602, 1601, 1602, 1601, 1602, 0 } }, // NTSC 29.97
{ { 1001, 60000 }, { 801, 801, 801, 801, 800, 0 } }, // NTSC 59.94
{ { 1, 25 }, { 1920, 0, 0, 0, 0, 0 } }, // PAL 25
More information about the ffmpeg-cvslog
mailing list