diff options
Diffstat (limited to 'libavformat/vc1testenc.c')
-rw-r--r-- | libavformat/vc1testenc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/vc1testenc.c b/libavformat/vc1testenc.c index b4b1e024dc..507b332a86 100644 --- a/libavformat/vc1testenc.c +++ b/libavformat/vc1testenc.c @@ -80,7 +80,7 @@ static int vc1test_write_trailer(AVFormatContext *s) return 0; } -AVOutputFormat vc1t_muxer = { +AVOutputFormat ff_vc1t_muxer = { "rcv", NULL_IF_CONFIG_SMALL("VC-1 test bitstream"), "", |