diff options
author | Carl Eugen Hoyos | 2010-02-28 02:04:34 +0000 |
---|---|---|
committer | Carl Eugen Hoyos | 2010-02-28 02:04:34 +0000 |
commit | dda8fc6a097ec9e8e381003f90b84eba68af4614 (patch) | |
tree | 188106aa5d67ecf351375ee85657edc6cc211d41 /libavformat/avc.c | |
parent | 998257bd4f1343eb1020d1fbe333dd519597acc0 (diff) |
Include avc.h from avc.c: It contains several prototypes.
Originally committed as revision 22098 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/avc.c')
-rw-r--r-- | libavformat/avc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/avc.c b/libavformat/avc.c index f2b57cd51a..7c991961c9 100644 --- a/libavformat/avc.c +++ b/libavformat/avc.c @@ -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) { |