summaryrefslogtreecommitdiffstats
path: root/libavcodec/mpegvideo_common.h
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2012-02-15 11:40:48 +0200
committerMartin Storsjö <martin@martin.st>2012-02-15 22:06:29 +0200
commit99560a4caab1a0a13504fe0897481d7c98b432fb (patch)
treec5bd0c639df75e3348ad16c3793dccb9ea08956d /libavcodec/mpegvideo_common.h
parente96b4a53df101403c54e329abfadad2edddc47c4 (diff)
downloadffmpeg-streaming-99560a4caab1a0a13504fe0897481d7c98b432fb.zip
ffmpeg-streaming-99560a4caab1a0a13504fe0897481d7c98b432fb.tar.gz
libavcodec: Add ff_ prefix to some nonstatic symbols
Prefix the functions atrac_generate_tables, atrac_iqmf, dct_quantize_c. Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'libavcodec/mpegvideo_common.h')
-rw-r--r--libavcodec/mpegvideo_common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/mpegvideo_common.h b/libavcodec/mpegvideo_common.h
index faa50e6..5612d4e 100644
--- a/libavcodec/mpegvideo_common.h
+++ b/libavcodec/mpegvideo_common.h
@@ -39,7 +39,7 @@
#include "faandct.h"
#include <limits.h>
-int dct_quantize_c(MpegEncContext *s, DCTELEM *block, int n, int qscale, int *overflow);
+int ff_dct_quantize_c(MpegEncContext *s, DCTELEM *block, int n, int qscale, int *overflow);
/**
* Set the given MpegEncContext to common defaults (same for encoding and decoding).
OpenPOWER on IntegriCloud