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

Originally committed as revision 3778 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Michael Niedermayer 2004-12-29 18:31:28 +00:00
parent caa336b4cc
commit 2de7795ad2
3 changed files with 3 additions and 0 deletions

View File

@ -38,6 +38,7 @@
*/
#include "avformat.h"
#include "bitstream.h"
/* bitstream minipacket size */
#define GIF_CHUNKS 100

View 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

View 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)