diff matroskadec.c @ 5946:28ca2d77f997 libavformat

Move the internal function declarations in avformat.h to internal.h.
author stefano
date Sun, 11 Apr 2010 21:44:23 +0000
parents 11bb10c37225
children 178de7695c6c
line wrap: on
line diff
--- a/matroskadec.c	Sun Apr 11 12:21:30 2010 +0000
+++ b/matroskadec.c	Sun Apr 11 21:44:23 2010 +0000
@@ -30,6 +30,7 @@
 
 #include <stdio.h>
 #include "avformat.h"
+#include "internal.h"
 /* For ff_codec_get_id(). */
 #include "riff.h"
 #include "isom.h"