ac3: make the value of codec_id during (E-)AC-3 parsing stay CODEC_ID_EAC3
authorJustin Ruggles <justin.ruggles@gmail.com>
Wed, 7 Jul 2010 23:52:24 +0000 (23:52 +0000)
committerJustin Ruggles <justin.ruggles@gmail.com>
Wed, 7 Jul 2010 23:52:24 +0000 (23:52 +0000)
commita26f1d109264efe3a6b47395495319359a8fe878
tree87713730a2527e2555d0c4e30ba34fdb73271bda
parentc84d5aa74fcb99bf570f2891c381638744b5b289
ac3: make the value of codec_id during (E-)AC-3 parsing stay CODEC_ID_EAC3
if any E-AC-3 frames have been detected instead of switching back and forth for
AC-3 core + dependent E-AC-3 substream(s).
Fixes Issue 2022.

Originally committed as revision 24103 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/ac3_parser.c