[FFmpeg-devel] [PATCH 20/28] Fix #7956 - Adds DTS detection to MOV files (ffmpeg issue 1726)
Mans Rullgard
mans
Wed Jun 30 11:09:48 CEST 2010
From: Cory Fields <theuni-nospam- at xbmc.org>
---
libavformat/isom.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/libavformat/isom.c b/libavformat/isom.c
index bf2d3b1..60a027d 100644
--- a/libavformat/isom.c
+++ b/libavformat/isom.c
@@ -223,6 +223,7 @@ const AVCodecTag codec_movaudio_tags[] = {
{ CODEC_ID_AAC, MKTAG('m', 'p', '4', 'a') }, /* MPEG-4 AAC */
{ CODEC_ID_AC3, MKTAG('a', 'c', '-', '3') }, /* ETSI TS 102 366 Annex F */
{ CODEC_ID_AC3, MKTAG('s', 'a', 'c', '3') }, /* Nero Recode */
+ { CODEC_ID_DTS, MKTAG('D', 'T', 'S', ' ') }, /* DTS */
{ CODEC_ID_AMR_NB, MKTAG('s', 'a', 'm', 'r') }, /* AMR-NB 3gp */
{ CODEC_ID_AMR_WB, MKTAG('s', 'a', 'w', 'b') }, /* AMR-WB 3gp */
--
1.7.1.1
More information about the ffmpeg-devel
mailing list