Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2012-02-15 15:54:05 +0400
committerMartin Storsjö <martin@martin.st>2012-02-16 00:07:17 +0400
commit6c28d657548ae6f3289c664700eeadabc537b869 (patch)
tree3bcac61082aac1e626501f4e2ba015b87b262e4b /libavcodec/rv10enc.c
parentd1b357d78b62e8560da1cd52326f6f5031a2cc69 (diff)
rv: Add ff_ prefix to nonstatic symbols
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'libavcodec/rv10enc.c')
-rw-r--r--libavcodec/rv10enc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/rv10enc.c b/libavcodec/rv10enc.c
index e96e473c20..b8d5bdfd46 100644
--- a/libavcodec/rv10enc.c
+++ b/libavcodec/rv10enc.c
@@ -28,7 +28,7 @@
#include "mpegvideo.h"
#include "put_bits.h"
-void rv10_encode_picture_header(MpegEncContext *s, int picture_number)
+void ff_rv10_encode_picture_header(MpegEncContext *s, int picture_number)
{
int full_frame= 0;