This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
tired
Originally committed as revision 1825 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Michael Niedermayer
23 years ago
parent
bb463d8102
commit
067ff8b1ee
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavcodec/h263dec.c
+1
-1
libavcodec/h264.c
+ 1
- 1
libavcodec/h263dec.c
View File
@@ -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
;
}
/**
+ 1
- 1
libavcodec/h264.c
View File
@@ -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){
Write
Preview
Loading…
Cancel
Save