diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-04-11 21:44:23 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-04-11 21:44:23 +0000 |
commit | 9a2cb05ff9281339c37feb8488e5d24d794672fb (patch) | |
tree | 3ce17a493a3067acd23fe0e513092a8601054b94 /libavformat/matroskadec.c | |
parent | bc3c85a3e6f684c6aa38760d627d05587faf1bca (diff) | |
download | ffmpeg-9a2cb05ff9281339c37feb8488e5d24d794672fb.tar.gz |
Move the internal function declarations in avformat.h to internal.h.
Originally committed as revision 22843 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/matroskadec.c')
-rw-r--r-- | libavformat/matroskadec.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/matroskadec.c b/libavformat/matroskadec.c index 8a4ae4e446..b6b30e829c 100644 --- a/libavformat/matroskadec.c +++ b/libavformat/matroskadec.c @@ -30,6 +30,7 @@ #include <stdio.h> #include "avformat.h" +#include "internal.h" /* For ff_codec_get_id(). */ #include "riff.h" #include "isom.h" |