mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-04-17 04:29:44 +00:00
h264_parser: restore a comment lost in 0268a54
This commit is contained in:
parent
ecab21ac47
commit
58ae8d5957
@ -83,6 +83,7 @@ static int h264_find_frame_end(H264ParseContext *p, const uint8_t *buf,
|
|||||||
}
|
}
|
||||||
state = 7;
|
state = 7;
|
||||||
} else {
|
} else {
|
||||||
|
// first_mb_in_slice is 0, probably the first nal of a new slice
|
||||||
if (buf[i] & 0x80)
|
if (buf[i] & 0x80)
|
||||||
goto found;
|
goto found;
|
||||||
state = 7;
|
state = 7;
|
||||||
|
Loading…
Reference in New Issue
Block a user