changeset 628:8909a59c9461 libavformat

common.h -> common.h/bitstream.h
author michael
date Wed, 29 Dec 2004 18:31:28 +0000
parents 2cd604e839c7
children 996fe7d78701
files gif.c mpeg.c swf.c
diffstat 3 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/gif.c	Wed Dec 22 03:04:21 2004 +0000
+++ b/gif.c	Wed Dec 29 18:31:28 2004 +0000
@@ -38,6 +38,7 @@
  */
 
 #include "avformat.h"
+#include "bitstream.h"
 
 /* bitstream minipacket size */
 #define GIF_CHUNKS 100
--- a/mpeg.c	Wed Dec 22 03:04:21 2004 +0000
+++ b/mpeg.c	Wed Dec 29 18:31:28 2004 +0000
@@ -17,6 +17,7 @@
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */
 #include "avformat.h"
+#include "bitstream.h"
 
 #define MAX_PAYLOAD_SIZE 4096
 //#define DEBUG_SEEK
--- a/swf.c	Wed Dec 22 03:04:21 2004 +0000
+++ b/swf.c	Wed Dec 29 18:31:28 2004 +0000
@@ -18,6 +18,7 @@
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */
 #include "avformat.h"
+#include "bitstream.h"
 
 /* should have a generic way to indicate probable size */
 #define DUMMY_FILE_SIZE   (100 * 1024 * 1024)