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 'libavformat/h263dec.c')
-rw-r--r--libavformat/h263dec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/h263dec.c b/libavformat/h263dec.c
index e27c395dd2..634923d885 100644
--- a/libavformat/h263dec.c
+++ b/libavformat/h263dec.c
@@ -64,7 +64,7 @@ static int h263_probe(AVProbeData *p)
return 0;
}
-AVInputFormat h263_demuxer = {
+AVInputFormat ff_h263_demuxer = {
"h263",
NULL_IF_CONFIG_SMALL("raw H.263"),
0,