summaryrefslogtreecommitdiff
path: root/libavcodec/mpeg12.h
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2008-08-20 17:05:14 +0000
committerDiego Biurrun <diego@biurrun.de>2008-08-20 17:05:14 +0000
commit071083b4a5642c56dbe0b0e957fd84b7549dea5c (patch)
tree4e553e733efd8ffa9c90f6113e5bcaa159662465 /libavcodec/mpeg12.h
parent054480a57b9b5cc751f482aa8b22c100ffc340d1 (diff)
Rename ff_init_vlcs function to the more descriptive name ff_mpeg12_init_vlcs.
Now that it is exported, this should avoid confusion and name clashes. Originally committed as revision 14867 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/mpeg12.h')
-rw-r--r--libavcodec/mpeg12.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/mpeg12.h b/libavcodec/mpeg12.h
index d2ab6e774a..1e919b4d66 100644
--- a/libavcodec/mpeg12.h
+++ b/libavcodec/mpeg12.h
@@ -33,7 +33,7 @@ static VLC dc_chroma_vlc;
extern uint8_t ff_mpeg12_static_rl_table_store[2][2][2*MAX_RUN + MAX_LEVEL + 3];
void ff_mpeg12_common_init(MpegEncContext *s);
-void ff_init_vlcs(void);
+void ff_mpeg12_init_vlcs(void);
static inline int decode_dc(GetBitContext *gb, int component)
{