projects
/
libav.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Move the internal function declarations in avformat.h to internal.h.
[libav.git]
/
libavformat
/
mpegtsenc.c
diff --git
a/libavformat/mpegtsenc.c
b/libavformat/mpegtsenc.c
index
f05e331
..
3fc6dc1
100644
(file)
--- a/
libavformat/mpegtsenc.c
+++ b/
libavformat/mpegtsenc.c
@@
-23,6
+23,7
@@
#include "libavutil/crc.h"
#include "libavcodec/mpegvideo.h"
#include "avformat.h"
+#include "internal.h"
#include "mpegts.h"
#include "adts.h"