mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-25 00:32:31 +00:00
mpeg4dec: use unsigned type for startcode in ff_mpeg4_decode_picture_header
Signed-off-by: Mans Rullgard <mans@mansr.com>
This commit is contained in:
parent
aa498fef0d
commit
581810f502
@ -2101,7 +2101,7 @@ static int decode_vop_header(MpegEncContext *s, GetBitContext *gb){
|
||||
*/
|
||||
int ff_mpeg4_decode_picture_header(MpegEncContext * s, GetBitContext *gb)
|
||||
{
|
||||
int startcode, v;
|
||||
unsigned startcode, v;
|
||||
|
||||
/* search next start code */
|
||||
align_get_bits(gb);
|
||||
|
Loading…
Reference in New Issue
Block a user