]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/mpeg12data.c
alacenc: fix error handling and potential memleaks in alac_encode_init()
[ffmpeg] / libavcodec / mpeg12data.c
index 299215f91e00f4d2ebd328547ffc1d40893ed9cf..a0dd6e5784cf051e319aad04b25262f8e4bf9f77 100644 (file)
@@ -305,7 +305,7 @@ const uint8_t ff_mpeg12_mbMotionVectorTable[17][2] = {
 { 0xc, 10 },
 };
 
-const AVRational ff_frame_rate_tab[] = {
+const AVRational avpriv_frame_rate_tab[16] = {
     {    0,    0},
     {24000, 1001},
     {   24,    1},