OSDN Git Service

mastroka audio muxer: Set long_name to Matroska Audio so that it differs from the...
authorAlexis Ballier <aballier@gentoo.org>
Tue, 16 Jul 2013 00:36:31 +0000 (20:36 -0400)
committerMichael Niedermayer <michaelni@gmx.at>
Tue, 16 Jul 2013 00:53:38 +0000 (02:53 +0200)
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavformat/matroskaenc.c

index 7efda5a..1f8a6cb 100644 (file)
@@ -1695,7 +1695,7 @@ static const AVClass mka_class = {
 };
 AVOutputFormat ff_matroska_audio_muxer = {
     .name              = "matroska",
-    .long_name         = NULL_IF_CONFIG_SMALL("Matroska"),
+    .long_name         = NULL_IF_CONFIG_SMALL("Matroska Audio"),
     .mime_type         = "audio/x-matroska",
     .extensions        = "mka",
     .priv_data_size    = sizeof(MatroskaMuxContext),