Skip to content
Snippets Groups Projects
Commit dda8fc6a authored by Carl Eugen Hoyos's avatar Carl Eugen Hoyos
Browse files

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

Originally committed as revision 22098 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 998257bd
No related branches found
No related tags found
No related merge requests found
...@@ -22,6 +22,7 @@ ...@@ -22,6 +22,7 @@
#include "libavutil/intreadwrite.h" #include "libavutil/intreadwrite.h"
#include "avformat.h" #include "avformat.h"
#include "avio.h" #include "avio.h"
#include "avc.h"
static const uint8_t *ff_avc_find_startcode_internal(const uint8_t *p, const uint8_t *end) static const uint8_t *ff_avc_find_startcode_internal(const uint8_t *p, const uint8_t *end)
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment