This is an automated email from the git hooks/post-receive script. Git pushed a commit to branch master in repository ffmpeg.
commit c19949ae0fe41776655af799d47e5b8f9e7f59cc Author: Romain Beauxis <[email protected]> AuthorDate: Fri Jun 5 11:22:17 2026 -0500 Commit: toots <[email protected]> CommitDate: Wed Jun 10 11:59:35 2026 +0000 avformat/isom_tags: Add support for detecting apple_apac Signed-off-by: Romain Beauxis <[email protected]> --- libavformat/isom_tags.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libavformat/isom_tags.c b/libavformat/isom_tags.c index 1cd655b06c..556f0eeea4 100644 --- a/libavformat/isom_tags.c +++ b/libavformat/isom_tags.c @@ -310,6 +310,7 @@ const AVCodecTag ff_codec_movvideo_tags[] = { const AVCodecTag ff_codec_movaudio_tags[] = { { AV_CODEC_ID_AAC, MKTAG('m', 'p', '4', 'a') }, + { AV_CODEC_ID_APPLE_APAC, MKTAG('a', 'p', 'a', 'c') }, { AV_CODEC_ID_AC3, MKTAG('a', 'c', '-', '3') }, /* ETSI TS 102 366 Annex F */ { AV_CODEC_ID_AC3, MKTAG('s', 'a', 'c', '3') }, /* Nero Recode */ { AV_CODEC_ID_AC4, MKTAG('a', 'c', '-', '4') }, _______________________________________________ ffmpeg-cvslog mailing list -- [email protected] To unsubscribe send an email to [email protected]
