diff options
author | Martin Storsjö <martin@martin.st> | 2012-02-15 13:54:05 +0200 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2012-02-15 22:07:17 +0200 |
commit | 6c28d657548ae6f3289c664700eeadabc537b869 (patch) | |
tree | 3bcac61082aac1e626501f4e2ba015b87b262e4b /libavcodec/rv10enc.c | |
parent | d1b357d78b62e8560da1cd52326f6f5031a2cc69 (diff) | |
download | ffmpeg-6c28d657548ae6f3289c664700eeadabc537b869.tar.gz |
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.c | 2 |
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; |