You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
cafenc: make .long_name match demuxer
While here reindent .codec_tag . Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
@@ -249,7 +249,7 @@ static int caf_write_trailer(AVFormatContext *s)
|
||||
|
||||
AVOutputFormat ff_caf_muxer = {
|
||||
.name = "caf",
|
||||
.long_name = NULL_IF_CONFIG_SMALL("Apple Core Audio Format"),
|
||||
.long_name = NULL_IF_CONFIG_SMALL("Apple CAF (Core Audio Format)"),
|
||||
.mime_type = "audio/x-caf",
|
||||
.extensions = "caf",
|
||||
.priv_data_size = sizeof(CAFContext),
|
||||
|
Reference in New Issue
Block a user