[FFmpeg-cvslog] r21454 - trunk/libavcodec/h264.h
michael
subversion
Tue Jan 26 14:28:55 CET 2010
Author: michael
Date: Tue Jan 26 14:28:55 2010
New Revision: 21454
Log:
cosmetic
Modified:
trunk/libavcodec/h264.h
Modified: trunk/libavcodec/h264.h
==============================================================================
--- trunk/libavcodec/h264.h Tue Jan 26 14:27:22 2010 (r21453)
+++ trunk/libavcodec/h264.h Tue Jan 26 14:28:55 2010 (r21454)
@@ -799,7 +799,7 @@ static av_always_inline int fill_caches(
int qp = s->current_picture.qscale_table[mb_xy];
if(qp <= qp_thresh
&& (left_xy[0]<0 || ((qp + s->current_picture.qscale_table[left_xy[0]] + 1)>>1) <= qp_thresh)
- && (top_xy < 0 || ((qp + s->current_picture.qscale_table[top_xy ] + 1)>>1) <= qp_thresh)){
+ && (top_xy < 0 || ((qp + s->current_picture.qscale_table[top_xy ] + 1)>>1) <= qp_thresh)){
if(!FRAME_MBAFF)
return 1;
if( (left_xy[0]< 0 || ((qp + s->current_picture.qscale_table[left_xy[0]+s->mb_stride] + 1)>>1) <= qp_thresh)
More information about the ffmpeg-cvslog
mailing list