Mercurial > mplayer.hg
diff etc/codecs.conf @ 34080:0d4741369ee1
add some aac/dts fourccs
| author | compn |
|---|---|
| date | Sat, 01 Oct 2011 10:20:41 +0000 |
| parents | eb8263a3b131 |
| children | b6518c14e5e2 |
line wrap: on
line diff
--- a/etc/codecs.conf Fri Sep 30 21:47:26 2011 +0000 +++ b/etc/codecs.conf Sat Oct 01 10:20:41 2011 +0000 @@ -4317,6 +4317,7 @@ info "FFmpeg AAC in LATM" status working fourcc MP4L ; internal MPlayer FourCC + format 0x1602 driver ffmpeg dll aac_latm @@ -4329,6 +4330,7 @@ fourcc "AACP" ; Used in NSV for AACPlus fourcc raac,racp format 0xff + format 0x1600 format 0x706D format 0x4143 ; aac in asf format 0xA106 ; aac in avi not yet working @@ -4811,6 +4813,10 @@ audiocodec ffdca info "FFmpeg DTS" status working + fourcc "dts " + fourcc "DTS " + fourcc dtsb ;from vlc + fourcc dtsc ;from ffmpeg format 0x2001 format 0x86 driver ffmpeg
