mirror of
https://github.com/mpv-player/mpv
synced 2024-12-18 21:06:00 +00:00
incremented PACK_BYTES for BSDBT848 - by Charles Henrich
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5370 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
eff0ca9eaa
commit
8f39f4a847
@ -2,7 +2,11 @@
|
||||
#define __DEMUXER_H 1
|
||||
|
||||
#define MAX_PACKS 4096
|
||||
#ifdef HAVE_TV_BSDBT848
|
||||
#define MAX_PACK_BYTES 0x2000000
|
||||
#else
|
||||
#define MAX_PACK_BYTES 0x800000
|
||||
#endif
|
||||
|
||||
#define DEMUXER_TYPE_UNKNOWN 0
|
||||
#define DEMUXER_TYPE_MPEG_ES 1
|
||||
@ -26,6 +30,7 @@
|
||||
#define DEMUXER_TYPE_BMP 19
|
||||
// This should always match the higest demuxer type number.
|
||||
// Unless you want to disallow users to force the demuxer to some types
|
||||
#define DEMUXER_TYPE_MIN 0
|
||||
#define DEMUXER_TYPE_MAX 19
|
||||
|
||||
#define DEMUXER_TYPE_DEMUXERS (1<<16)
|
||||
|
Loading…
Reference in New Issue
Block a user