summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2010-01-27 13:18:08 +0000
committerMichael Niedermayer <michaelni@gmx.at>2010-01-27 13:18:08 +0000
commit8670f84cf9272e7895d35c9d471234bd5cd7e2a9 (patch)
tree09018bf8c41c39ca282312008be9bd3c1fbe0d4c
parent67b678bb4007a8e457a46d5f241e1c233932d8ce (diff)
Update comment.
Originally committed as revision 21479 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r--libavcodec/h264_loopfilter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/h264_loopfilter.c b/libavcodec/h264_loopfilter.c
index 5d2f62f2c5..a09e316823 100644
--- a/libavcodec/h264_loopfilter.c
+++ b/libavcodec/h264_loopfilter.c
@@ -615,7 +615,7 @@ void ff_h264_filter_mb( H264Context *h, int mb_x, int mb_y, uint8_t *img_y, uint
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