Commit ec592f54 authored by michaelni's avatar michaelni

tired


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@1825 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 138b33e1
......@@ -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){
......
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