diff options
author | compn <compn@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2008-12-21 20:12:47 +0000 |
---|---|---|
committer | compn <compn@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2008-12-21 20:12:47 +0000 |
commit | ce821bd91f0b0c67b96f5d3b8f3fda19e1015294 (patch) | |
tree | 68ed2763dfc822fa1a5cab396c39080344f8c5e9 | |
parent | 01405c8f504dbffc859dda6235cf3ca2f99adc1a (diff) | |
download | mpv-ce821bd91f0b0c67b96f5d3b8f3fda19e1015294.tar.bz2 mpv-ce821bd91f0b0c67b96f5d3b8f3fda19e1015294.tar.xz |
add amr format tags, fixes:
http://www.pdafrance.com/img/testproduit_pocketpc/a730/video4.avi
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28176 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r-- | etc/codecs.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/codecs.conf b/etc/codecs.conf index 20f5867598..bd375117dc 100644 --- a/etc/codecs.conf +++ b/etc/codecs.conf @@ -3614,6 +3614,7 @@ audiocodec ffamrnb info "AMR Narrowband" status working fourcc samr + format 0x57 ;amr in avi driver ffmpeg dll "libamr_nb" @@ -3621,6 +3622,7 @@ audiocodec ffamrwb info "AMR Wideband" status working fourcc sawb + format 0x58 ;amr in avi driver ffmpeg dll "libamr_wb" |