diff options
Diffstat (limited to 'lib/ffmpeg/libavformat/rmenc.c')
-rw-r--r-- | lib/ffmpeg/libavformat/rmenc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ffmpeg/libavformat/rmenc.c b/lib/ffmpeg/libavformat/rmenc.c index 3b96d135c5..5670d95eb7 100644 --- a/lib/ffmpeg/libavformat/rmenc.c +++ b/lib/ffmpeg/libavformat/rmenc.c @@ -457,7 +457,7 @@ static int rm_write_trailer(AVFormatContext *s) } -AVOutputFormat rm_muxer = { +AVOutputFormat ff_rm_muxer = { "rm", NULL_IF_CONFIG_SMALL("RealMedia format"), "application/vnd.rn-realmedia", |