Commit d57ca5e5 authored by Matthieu Bouron's avatar Matthieu Bouron Committed by Michael Niedermayer

mxfenc: support 23.976 and 24 frame rates

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 906a2638
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment