common.h -> common.h/bitstream.h
Originally committed as revision 3778 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
caa336b4cc
commit
2de7795ad2
@ -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 @@
|
|||||||
* 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 @@
|
|||||||
* 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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user