comparison mpeg12data.h @ 3391:d60dc0a7dee6 libavcodec

staric frame_rate_tab -> non static ff_frame_rate_tab part of the cavs patch by (Stefan Gehrer stefan.gehrer gmx de)
author michael
date Sun, 02 Jul 2006 14:50:23 +0000
parents bfabfdf9ce55
children 6805c1e5507e
comparison
equal deleted inserted replaced
3390:63a4adcaf226 3391:d60dc0a7dee6
330 { 0xe, 10 }, 330 { 0xe, 10 },
331 { 0xd, 10 }, 331 { 0xd, 10 },
332 { 0xc, 10 }, 332 { 0xc, 10 },
333 }; 333 };
334 334
335 static const AVRational frame_rate_tab[] = { 335 const AVRational ff_frame_rate_tab[] = {
336 { 0, 0}, 336 { 0, 0},
337 {24000, 1001}, 337 {24000, 1001},
338 { 24, 1}, 338 { 24, 1},
339 { 25, 1}, 339 { 25, 1},
340 {30000, 1001}, 340 {30000, 1001},