diff options
author | atmos4 <atmos4@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2002-03-18 23:30:04 +0000 |
---|---|---|
committer | atmos4 <atmos4@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2002-03-18 23:30:04 +0000 |
commit | 6e63d3573d89a87d3223b3c4dd1ad0e52a0dbc23 (patch) | |
tree | 75e57f344dce2908bc436ddd0d79f969fae2aca9 /etc/codecs.conf | |
parent | 1bedf2f809cc2f92e5627706dabbb8735d551174 (diff) | |
download | mpv-6e63d3573d89a87d3223b3c4dd1ad0e52a0dbc23.tar.bz2 mpv-6e63d3573d89a87d3223b3c4dd1ad0e52a0dbc23.tar.xz |
Beta AAC decoding support, seeking totally broken yet, add philipps mpeg4 video in qt to ffmpeg4 although it's still buggy in decoding
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5191 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'etc/codecs.conf')
-rw-r--r-- | etc/codecs.conf | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/etc/codecs.conf b/etc/codecs.conf index 19c533298a..8c62c8705b 100644 --- a/etc/codecs.conf +++ b/etc/codecs.conf @@ -260,6 +260,7 @@ videocodec ffodivx fourcc MP4S,mp4s ; ISO MPEG-4 Video V1 fourcc xvid,XVID,XviD fourcc DX50 + fourcc mp4v format 0x4 driver ffmpeg dll mpeg4 ;opendivx @@ -426,6 +427,13 @@ audiocodec roqaudio fourcc RoQA driver roqaudio +audiocodec faad + info "AAC MPEG2/MPEG4 Audio" + status buggy + comment "Under developemnt by Atmos" + fourcc mp4a,MP4A + driver faad + ; =============== WINDOWS DLL's ============== videocodec vp3 |