Always initialize bit_depth_luma and bit_depth_chroma in the H264
authorLaurent Aimar <fenrir@via.ecp.fr>
Sat, 9 Jan 2010 07:57:26 +0000 (07:57 +0000)
committerJai Menon <jmenon86@gmail.com>
Sat, 9 Jan 2010 07:57:26 +0000 (07:57 +0000)
commitb090930d432957a06f78701212b3024f93958f17
treedd454b4b85d2826b868e4fa0da023820cec9cae7
parent8600106ac2a38aa8dc54b6f53473d6b088e8dc8c
Always initialize bit_depth_luma and bit_depth_chroma in the H264
decoder which allows their usage without checking profile_idc.

Patch by Laurent Aimar (fenrir (AT) videolan org)

Originally committed as revision 21107 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/h264.c