]> git.sesse.net Git - vlc/commit
With recent libavformat, only use the evil CODEC_ID_MP2 -> CODEC_ID_MP3 hack if MP2...
authorAntoine Cellerier <dionoea@videolan.org>
Sat, 17 Feb 2007 21:14:26 +0000 (21:14 +0000)
committerAntoine Cellerier <dionoea@videolan.org>
Sat, 17 Feb 2007 21:14:26 +0000 (21:14 +0000)
commit8bc3f3eadb1582a1010ae0376c4160a4b5c9c512
treea13bcbbce03b530a2538ebf8b4a665e0c9b66a1b
parent7a03d566a01d1def8441e7bb87ad3d2675ccd0ab
With recent libavformat, only use the evil CODEC_ID_MP2 -> CODEC_ID_MP3 hack if MP2 isn't accepted by the muxer. (muxers which only accept MP2 but not MP3 should now work ... not that i know any)
modules/codec/ffmpeg/mux.c