mirror of https://github.com/mpv-player/mpv
fix for Xwid (exceed 16 fourcc)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4217 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
785650a45b
commit
83e242c1ce
|
@ -1,8 +1,8 @@
|
|||
#ifndef __CODEC_CFG_H
|
||||
#define __CODEC_CFG_H
|
||||
|
||||
#define CODECS_MAX_FOURCC 16
|
||||
#define CODECS_MAX_OUTFMT 16
|
||||
#define CODECS_MAX_FOURCC 32
|
||||
#define CODECS_MAX_OUTFMT 32
|
||||
|
||||
// Global flags:
|
||||
#define CODECS_FLAG_SEEKABLE (1<<0)
|
||||
|
|
Loading…
Reference in New Issue