summaryrefslogtreecommitdiff
path: root/libavcodec/vp3_parser.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/vp3_parser.c')
-rw-r--r--libavcodec/vp3_parser.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/vp3_parser.c b/libavcodec/vp3_parser.c
index c22e6dd277..4453447aaf 100644
--- a/libavcodec/vp3_parser.c
+++ b/libavcodec/vp3_parser.c
@@ -35,7 +35,7 @@ static int parse(AVCodecParserContext *s,
return buf_size;
}
-AVCodecParser vp3_parser = {
+AVCodecParser ff_vp3_parser = {
{ CODEC_ID_THEORA, CODEC_ID_VP3,
CODEC_ID_VP6, CODEC_ID_VP6F, CODEC_ID_VP6A },
0,