mirror of https://github.com/mpv-player/mpv
Remove unnecessary includes
command.c: Don't include libmpcodecs/mp_image.h, libmpdemux/matroska.h mplayer.c: Don't include libmpdemux/matroska.h matroska.h: Remove declaration of already removed function demux_mkv_change_subs and stop including demuxer.h git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26313 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
c32f706c96
commit
99901138ab
|
@ -16,7 +16,6 @@
|
|||
#include "m_property.h"
|
||||
#include "help_mp.h"
|
||||
#include "metadata.h"
|
||||
#include "libmpcodecs/mp_image.h"
|
||||
#include "libmpcodecs/vf.h"
|
||||
#include "libmpcodecs/vd.h"
|
||||
#include "libvo/video_out.h"
|
||||
|
@ -25,7 +24,6 @@
|
|||
#include "libao2/audio_out.h"
|
||||
#include "mpcommon.h"
|
||||
#include "mixer.h"
|
||||
#include "libmpdemux/matroska.h"
|
||||
#include "libmpcodecs/dec_video.h"
|
||||
#include "vobsub.h"
|
||||
#include "spudec.h"
|
||||
|
|
|
@ -7,8 +7,6 @@
|
|||
#ifndef MPLAYER_MATROSKA_H
|
||||
#define MPLAYER_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"
|
||||
|
@ -63,6 +61,4 @@
|
|||
#define MKV_S_SSA "S_SSA" // Deprecated
|
||||
#define MKV_S_ASS "S_ASS" // Deprecated
|
||||
|
||||
int demux_mkv_change_subs(demuxer_t *demuxer, int new_num);
|
||||
|
||||
#endif /* MPLAYER_MATROSKA_H */
|
||||
|
|
Loading…
Reference in New Issue