[FFmpeg-cvslog] mastroka audio muxer: Set long_name to Matroska Audio so that it differs from the long_name of matroska video.

Alexis Ballier git at videolan.org
Tue Jul 16 03:20:15 CEST 2013


ffmpeg | branch: master | Alexis Ballier <aballier at gentoo.org> | Mon Jul 15 20:36:31 2013 -0400| [8d9c1b325ed29adcdcf1b24b46a9effd4e82b48f] | committer: Michael Niedermayer

mastroka audio muxer: Set long_name to Matroska Audio so that it differs from the long_name of matroska video.

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=8d9c1b325ed29adcdcf1b24b46a9effd4e82b48f
---

 libavformat/matroskaenc.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavformat/matroskaenc.c b/libavformat/matroskaenc.c
index 7efda5a..1f8a6cb 100644
--- a/libavformat/matroskaenc.c
+++ b/libavformat/matroskaenc.c
@@ -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),



More information about the ffmpeg-cvslog mailing list