mirror of
https://github.com/mpv-player/mpv
synced 2024-12-26 17:12:36 +00:00
demux_real: use MKTAG definition from libavutil
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31531 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
fd7cf006b7
commit
1ba2cadb83
@ -42,7 +42,7 @@
|
||||
#include "config.h"
|
||||
#include "mp_msg.h"
|
||||
#include "mpbswap.h"
|
||||
|
||||
#include "libavutil/common.h"
|
||||
#include "stream/stream.h"
|
||||
#include "aviprint.h"
|
||||
#include "demuxer.h"
|
||||
@ -51,8 +51,6 @@
|
||||
|
||||
//#define mp_dbg(mod,lev, args... ) mp_msg_c((mod<<8)|lev, ## args )
|
||||
|
||||
#define MKTAG(a, b, c, d) (a | (b << 8) | (c << 16) | (d << 24))
|
||||
|
||||
#define MAX_STREAMS 32
|
||||
|
||||
static unsigned char sipr_swaps[38][2]={
|
||||
|
Loading…
Reference in New Issue
Block a user