Browse Source

mxfenc: support 23.976 and 24 frame rates

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n1.0
Matthieu Bouron Michael Niedermayer 13 years ago
parent
commit
d57ca5e5a8
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      libavformat/mxfenc.c

+ 2
- 0
libavformat/mxfenc.c View File

@@ -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


Loading…
Cancel
Save