diff options
Diffstat (limited to 'libavformat/h261dec.c')
-rw-r--r-- | libavformat/h261dec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/h261dec.c b/libavformat/h261dec.c index 13394a1c86..1478ed663f 100644 --- a/libavformat/h261dec.c +++ b/libavformat/h261dec.c @@ -62,7 +62,7 @@ static int h261_probe(AVProbeData *p) return 0; } -AVInputFormat h261_demuxer = { +AVInputFormat ff_h261_demuxer = { "h261", NULL_IF_CONFIG_SMALL("raw H.261"), 0, |