[FFmpeg-cvslog] r24458 - trunk/libavcodec/vp8.c

Jason Garrett-Glaser darkshikari
Fri Jul 23 12:34:24 CEST 2010


On Fri, Jul 23, 2010 at 3:31 AM, Carl Eugen Hoyos <cehoyos at ag.or.at> wrote:
> darkshikari <subversion <at> mplayerhq.hu> writes:
>
>> + ? ? ? ?if (!mb_x) {
>> + ? ? ? ? ? ?mode = mb_y ? TOP_DC_PRED8x8 : DC_128_PRED8x8;
>> + ? ? ? ?} else if (!mb_y) {
>
>> + ? ? ? ? ? ?mode = mb_x ? LEFT_DC_PRED8x8 : DC_128_PRED8x8;
>
> mode = LEFT_DC_PRED8x8
>
> Or am I missing something?

You're missing how tired I am.

Fixed, thanks.

Jason



More information about the ffmpeg-cvslog mailing list