git.videolan.org
/
ffmpeg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Include h263_parser.h: It contains the prototype for
[ffmpeg.git]
/
libavcodec
/
h263_parser.c
diff --git
a/libavcodec/h263_parser.c
b/libavcodec/h263_parser.c
index
4a279d9
..
d4cc9a3
100644
(file)
--- a/
libavcodec/h263_parser.c
+++ b/
libavcodec/h263_parser.c
@@
-25,6
+25,7
@@
*/
#include "parser.h"
+#include "h263_parser.h"
int ff_h263_find_frame_end(ParseContext *pc, const uint8_t *buf, int buf_size){
int vop_found, i;