summaryrefslogtreecommitdiff
path: root/libavcodec/h263_parser.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/h263_parser.c')
-rw-r--r--libavcodec/h263_parser.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/h263_parser.c b/libavcodec/h263_parser.c
index 16c5ea5055..e08198324b 100644
--- a/libavcodec/h263_parser.c
+++ b/libavcodec/h263_parser.c
@@ -83,7 +83,7 @@ static int h263_parse(AVCodecParserContext *s,
return next;
}
-AVCodecParser h263_parser = {
+AVCodecParser ff_h263_parser = {
{ CODEC_ID_H263 },
sizeof(ParseContext),
NULL,