OSDN Git Service

Setting chroma_qp to 0 for PCM blocks is really an interesting minor
authorMichael Niedermayer <michaelni@gmx.at>
Tue, 22 Jul 2008 12:31:48 +0000 (12:31 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Tue, 22 Jul 2008 12:31:48 +0000 (12:31 +0000)
commita82688b0031c2bc76636ef4b7fba8326453f7d53
tree814b83ba9b27f797860c73ae34fff8070a628b01
parent3a756169401ba57e78a57ec10e1a5b9b688a8e79
Setting chroma_qp to 0 for PCM blocks is really an interesting minor
optimization, more interresting would it have been had the author
thought about what value chroma_qp would have for the following MB.
Or failing that, had actually tested the code.
So this reverts this non-functional optimization, and makes the code work.
Fixes at least CAPM3_Sony_D.jsv

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