summaryrefslogtreecommitdiff
path: root/libavcodec/mpeg12data.h
diff options
context:
space:
mode:
authorStefan Gehrer <stefan.gehrer@gmx.de>2006-07-02 14:50:23 +0000
committerMichael Niedermayer <michaelni@gmx.at>2006-07-02 14:50:23 +0000
commit761089b028e6bffb5994b9dbadf5f7e72e618b0d (patch)
treebd23bc57080a78153244685ca808579d4ea1c363 /libavcodec/mpeg12data.h
parent474176bf927870168a20413f2a9c28f09b6b1afa (diff)
staric frame_rate_tab -> non static ff_frame_rate_tab part of the cavs patch by (Stefan Gehrer stefan.gehrer gmx de)
Originally committed as revision 5578 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/mpeg12data.h')
-rw-r--r--libavcodec/mpeg12data.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/mpeg12data.h b/libavcodec/mpeg12data.h
index a6b49aa783..e9a10ff3a1 100644
--- a/libavcodec/mpeg12data.h
+++ b/libavcodec/mpeg12data.h
@@ -332,7 +332,7 @@ static const uint8_t mbMotionVectorTable[17][2] = {
{ 0xc, 10 },
};
-static const AVRational frame_rate_tab[] = {
+const AVRational ff_frame_rate_tab[] = {
{ 0, 0},
{24000, 1001},
{ 24, 1},