Commit 2de7795a authored by Michael Niedermayer's avatar Michael Niedermayer

common.h -> common.h/bitstream.h

Originally committed as revision 3778 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent caa336b4
...@@ -38,6 +38,7 @@ ...@@ -38,6 +38,7 @@
*/ */
#include "avformat.h" #include "avformat.h"
#include "bitstream.h"
/* bitstream minipacket size */ /* bitstream minipacket size */
#define GIF_CHUNKS 100 #define GIF_CHUNKS 100
......
...@@ -17,6 +17,7 @@ ...@@ -17,6 +17,7 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/ */
#include "avformat.h" #include "avformat.h"
#include "bitstream.h"
#define MAX_PAYLOAD_SIZE 4096 #define MAX_PAYLOAD_SIZE 4096
//#define DEBUG_SEEK //#define DEBUG_SEEK
......
...@@ -18,6 +18,7 @@ ...@@ -18,6 +18,7 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/ */
#include "avformat.h" #include "avformat.h"
#include "bitstream.h"
/* should have a generic way to indicate probable size */ /* should have a generic way to indicate probable size */
#define DUMMY_FILE_SIZE (100 * 1024 * 1024) #define DUMMY_FILE_SIZE (100 * 1024 * 1024)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment