From eaa9b2e66c04d234eab85e2991d756ee36858808 Mon Sep 17 00:00:00 2001 From: Martin Storsjö Date: Thu, 18 Oct 2012 10:30:03 +0300 Subject: avcodec: Rename avpriv_frame_rate_tab to ff_mpeg12_frame_rate_tab MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This table doesn't need to be shared with libavformat any longer. Add mpeg12 to the name to make it less ambiguous, while renaming it. Signed-off-by: Martin Storsjö --- libavcodec/mpeg12data.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/mpeg12data.h') diff --git a/libavcodec/mpeg12data.h b/libavcodec/mpeg12data.h index 86ba3ec15f..633a2915e6 100644 --- a/libavcodec/mpeg12data.h +++ b/libavcodec/mpeg12data.h @@ -48,7 +48,7 @@ extern const uint8_t ff_mpeg12_mbPatTable[64][2]; extern const uint8_t ff_mpeg12_mbMotionVectorTable[17][2]; -extern const AVRational avpriv_frame_rate_tab[]; +extern const AVRational ff_mpeg12_frame_rate_tab[]; extern const float ff_mpeg1_aspect[16]; extern const AVRational ff_mpeg2_aspect[16]; -- cgit v1.2.3