diff avc.c @ 5724:d63669d827bc libavformat

Include avc.h from avc.c: It contains several prototypes.
author cehoyos
date Sun, 28 Feb 2010 02:04:34 +0000
parents a84525174bcf
children
line wrap: on
line diff
--- a/avc.c	Sun Feb 28 01:51:13 2010 +0000
+++ b/avc.c	Sun Feb 28 02:04:34 2010 +0000
@@ -22,6 +22,7 @@
 #include "libavutil/intreadwrite.h"
 #include "avformat.h"
 #include "avio.h"
+#include "avc.h"
 
 static const uint8_t *ff_avc_find_startcode_internal(const uint8_t *p, const uint8_t *end)
 {