mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
tired
Originally committed as revision 1825 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
bb463d8102
commit
067ff8b1ee
@ -338,7 +338,7 @@ static int mpeg4_find_frame_end(MpegEncContext *s, uint8_t *buf, int buf_size){
|
||||
}
|
||||
pc->frame_start_found= vop_found;
|
||||
pc->state= state;
|
||||
return -1;
|
||||
return END_NOT_FOUND;
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -3943,7 +3943,7 @@ static int find_frame_end(MpegEncContext *s, uint8_t *buf, int buf_size){
|
||||
}
|
||||
|
||||
pc->state= state;
|
||||
return -1;
|
||||
return END_NOT_FOUND;
|
||||
}
|
||||
|
||||
static int decode_nal_units(H264Context *h, uint8_t *buf, int buf_size){
|
||||
|
Loading…
Reference in New Issue
Block a user