mirror of https://github.com/mpv-player/mpv
Remove useless demnuxer.h include from matroska.h, it creats "hundreds" of
"warning: redundant redeclaration" git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23590 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
634dfcbed7
commit
8eeb449d58
|
@ -7,8 +7,6 @@
|
|||
#ifndef __MATROSKA_H
|
||||
#define __MATROSKA_H
|
||||
|
||||
#include "demuxer.h"
|
||||
|
||||
#define MKV_A_AAC_2MAIN "A_AAC/MPEG2/MAIN"
|
||||
#define MKV_A_AAC_2LC "A_AAC/MPEG2/LC"
|
||||
#define MKV_A_AAC_2SBR "A_AAC/MPEG2/LC/SBR"
|
||||
|
|
Loading…
Reference in New Issue