Commit dc275fdd authored by michael's avatar michael

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


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@3778 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 1cc80071
......@@ -38,6 +38,7 @@
*/
#include "avformat.h"
#include "bitstream.h"
/* bitstream minipacket size */
#define GIF_CHUNKS 100
......
......@@ -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
......
......@@ -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)
......
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