h264_parser: restore a comment lost in 0268a54

This commit is contained in:
Anton Khirnov 2015-01-19 12:19:47 +01:00
parent ecab21ac47
commit 58ae8d5957

View File

@ -83,6 +83,7 @@ static int h264_find_frame_end(H264ParseContext *p, const uint8_t *buf,
}
state = 7;
} else {
// first_mb_in_slice is 0, probably the first nal of a new slice
if (buf[i] & 0x80)
goto found;
state = 7;