OSDN Git Service

common.h -> common.h/bitstream.h
authorMichael Niedermayer <michaelni@gmx.at>
Wed, 29 Dec 2004 18:31:28 +0000 (18:31 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Wed, 29 Dec 2004 18:31:28 +0000 (18:31 +0000)
Originally committed as revision 3778 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavformat/gif.c
libavformat/mpeg.c
libavformat/swf.c

index 84809bf..bf04e81 100644 (file)
@@ -38,6 +38,7 @@
  */
 
 #include "avformat.h"
+#include "bitstream.h"
 
 /* bitstream minipacket size */
 #define GIF_CHUNKS 100
index 4e69139..d7e94bb 100644 (file)
@@ -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
index 4d3a72b..9538dc2 100644 (file)
@@ -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)