[FFmpeg-cvslog] r21479 - trunk/libavcodec/h264_loopfilter.c
michael
subversion
Wed Jan 27 14:18:08 CET 2010
Author: michael
Date: Wed Jan 27 14:18:08 2010
New Revision: 21479
Log:
Update comment.
Modified:
trunk/libavcodec/h264_loopfilter.c
Modified: trunk/libavcodec/h264_loopfilter.c
==============================================================================
--- trunk/libavcodec/h264_loopfilter.c Wed Jan 27 14:03:53 2010 (r21478)
+++ trunk/libavcodec/h264_loopfilter.c Wed Jan 27 14:18:08 2010 (r21479)
@@ -615,7 +615,7 @@ void ff_h264_filter_mb( H264Context *h,
if (FRAME_MBAFF
// and current and left pair do not have the same interlaced type
&& IS_INTERLACED(mb_type^h->left_type[0])
- // and left mb is in the same slice if deblocking_filter == 2
+ // and left mb is in available to us
&& h->left_type[0]) {
/* First vertical edge is different in MBAFF frames
* There are 8 different bS to compute and 2 different Qp
More information about the ffmpeg-cvslog
mailing list