From 5f24c84bddd59e2d1744408f2c3694050d7d3d3d Mon Sep 17 00:00:00 2001 From: Mike Melanson Date: Wed, 2 Aug 2006 07:02:37 +0000 Subject: sync to FFmpeg 51.11.0 CVS patchset: 8146 CVS date: 2006/08/02 07:02:37 --- src/libffmpeg/libavcodec/mpeg12data.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libffmpeg/libavcodec/mpeg12data.h') diff --git a/src/libffmpeg/libavcodec/mpeg12data.h b/src/libffmpeg/libavcodec/mpeg12data.h index a6b49aa78..e9a10ff3a 100644 --- a/src/libffmpeg/libavcodec/mpeg12data.h +++ b/src/libffmpeg/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}, -- cgit v1.2.3