]> git.sesse.net Git - ffmpeg/commitdiff
avformat/mxfenc: add some missing content package rates
authorMarton Balint <cus@passwd.hu>
Fri, 28 Feb 2020 00:29:51 +0000 (01:29 +0100)
committerMarton Balint <cus@passwd.hu>
Sat, 14 Mar 2020 21:25:25 +0000 (22:25 +0100)
Fixes ticket #8523.

Signed-off-by: Marton Balint <cus@passwd.hu>
libavformat/mxf.c

index 80626e2a161ffe15d2199536d9584a541f94cc8b..7d154ca9d3e6f69a7a13b69f931a929bcd697bd7 100644 (file)
@@ -139,10 +139,23 @@ static const MXFContentPackageRate mxf_content_package_rates[] = {
     {  2, { 1,    24    } },
     {  3, { 1001, 24000 } },
     {  4, { 1,    25    } },
+    {  6, { 1,    30    } },
     {  7, { 1001, 30000 } },
+    {  8, { 1   , 48    } },
+    {  9, { 1001, 48000 } },
     { 10, { 1,    50    } },
     { 12, { 1,    60    } },
     { 13, { 1001, 60000 } },
+    { 14, { 1,    72    } },
+    { 15, { 1001, 72000 } },
+    { 16, { 1,    75    } },
+    { 18, { 1,    90    } },
+    { 19, { 1001, 90000 } },
+    { 20, { 1,    96    } },
+    { 21, { 1001, 96000 } },
+    { 22, { 1,    100   } },
+    { 24, { 1,    120   } },
+    { 25, { 1001, 120000} },
     {0}
 };