Commit a6b158d8 authored by michael's avatar michael

Update comment.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@21479 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 22d69190
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment