Browse code

Include avc.h from avc.c: It contains several prototypes.

Originally committed as revision 22098 to svn://svn.ffmpeg.org/ffmpeg/trunk

Carl Eugen Hoyos authored on 2010/02/28 11:04:34
Showing 1 changed files
... ...
@@ -22,6 +22,7 @@
22 22
 #include "libavutil/intreadwrite.h"
23 23
 #include "avformat.h"
24 24
 #include "avio.h"
25
+#include "avc.h"
25 26
 
26 27
 static const uint8_t *ff_avc_find_startcode_internal(const uint8_t *p, const uint8_t *end)
27 28
 {