summaryrefslogtreecommitdiff
path: root/libavcodec/rv10.c
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2012-02-15 13:54:05 +0200
committerMartin Storsjö <martin@martin.st>2012-02-15 22:07:17 +0200
commit6c28d657548ae6f3289c664700eeadabc537b869 (patch)
tree3bcac61082aac1e626501f4e2ba015b87b262e4b /libavcodec/rv10.c
parentd1b357d78b62e8560da1cd52326f6f5031a2cc69 (diff)
rv: Add ff_ prefix to nonstatic symbols
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'libavcodec/rv10.c')
-rw-r--r--libavcodec/rv10.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/rv10.c b/libavcodec/rv10.c
index e2dc8e1712..a282ba7724 100644
--- a/libavcodec/rv10.c
+++ b/libavcodec/rv10.c
@@ -186,7 +186,7 @@ static const uint8_t rv_chrom_bits[256] =
static VLC rv_dc_lum, rv_dc_chrom;
-int rv_decode_dc(MpegEncContext *s, int n)
+int ff_rv_decode_dc(MpegEncContext *s, int n)
{
int code;