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:
Diffstat (limited to 'libavcodec/vp8_parser.c')
-rw-r--r--libavcodec/vp8_parser.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/vp8_parser.c b/libavcodec/vp8_parser.c
index 10e7c3b44b..e769e33abe 100644
--- a/libavcodec/vp8_parser.c
+++ b/libavcodec/vp8_parser.c
@@ -32,7 +32,7 @@ static int parse(AVCodecParserContext *s,
return buf_size;
}
-AVCodecParser vp8_parser = {
+AVCodecParser ff_vp8_parser = {
{ CODEC_ID_VP8 },
0,
NULL,