1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-18 21:31:13 +00:00

Updated highest demuxer number.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10711 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
mosu 2003-08-28 13:31:44 +00:00
parent c72efe2c97
commit 7f30bfeaac

View File

@ -47,7 +47,7 @@
// 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 33
#define DEMUXER_TYPE_MAX 34
#define DEMUXER_TYPE_DEMUXERS (1<<16)
// A virtual demuxer type for the network code