diff options
Diffstat (limited to 'lib/ffmpeg/libavformat/vocenc.c')
-rw-r--r-- | lib/ffmpeg/libavformat/vocenc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ffmpeg/libavformat/vocenc.c b/lib/ffmpeg/libavformat/vocenc.c index 2d3472e31f..8d181de7c3 100644 --- a/lib/ffmpeg/libavformat/vocenc.c +++ b/lib/ffmpeg/libavformat/vocenc.c @@ -89,7 +89,7 @@ static int voc_write_trailer(AVFormatContext *s) return 0; } -AVOutputFormat voc_muxer = { +AVOutputFormat ff_voc_muxer = { "voc", NULL_IF_CONFIG_SMALL("Creative Voice file format"), "audio/x-voc", |