Commit 8d9c1b32 authored by Alexis Ballier's avatar Alexis Ballier Committed by Michael Niedermayer

mastroka audio muxer: Set long_name to Matroska Audio so that it differs from...

mastroka audio muxer: Set long_name to Matroska Audio so that it differs from the long_name of matroska video.
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 37f4aa13
......@@ -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),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment