mirror of
https://github.com/mpv-player/mpv
synced 2025-03-01 03:40:43 +00:00
Remove superfluous bswap.h include.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21437 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
c00059b047
commit
9c2d44923a
@ -11,7 +11,6 @@
|
||||
#include "parse_es.h"
|
||||
#include "stheader.h"
|
||||
|
||||
#include "bswap.h"
|
||||
#include "ms_hdr.h"
|
||||
|
||||
typedef struct {
|
||||
|
@ -16,7 +16,6 @@
|
||||
#include "stream.h"
|
||||
#include "demuxer.h"
|
||||
#include "stheader.h"
|
||||
#include "bswap.h"
|
||||
|
||||
typedef struct __FrameInfo
|
||||
{
|
||||
|
@ -18,7 +18,6 @@
|
||||
#include "stheader.h"
|
||||
#include "ebml.h"
|
||||
#include "matroska.h"
|
||||
#include "bswap.h"
|
||||
|
||||
#include "mp_msg.h"
|
||||
#include "help_mp.h"
|
||||
|
@ -40,8 +40,6 @@
|
||||
#include "demuxer.h"
|
||||
#include "stheader.h"
|
||||
|
||||
#include "bswap.h"
|
||||
|
||||
#include "libvo/sub.h"
|
||||
extern subtitle *vo_sub;
|
||||
|
||||
|
@ -30,8 +30,6 @@
|
||||
#include "demuxer.h"
|
||||
#include "stheader.h"
|
||||
|
||||
#include "bswap.h"
|
||||
|
||||
/*
|
||||
* #defines below taken from PVA spec (see URL above)
|
||||
*/
|
||||
|
@ -31,7 +31,6 @@ Video codecs: (supported by RealPlayer8 for Linux)
|
||||
#include "stream.h"
|
||||
#include "demuxer.h"
|
||||
#include "stheader.h"
|
||||
#include "bswap.h"
|
||||
|
||||
#ifdef USE_LIBAVCODEC_SO
|
||||
#include <ffmpeg/avcodec.h>
|
||||
|
@ -14,7 +14,6 @@
|
||||
#include "stream.h"
|
||||
#include "demuxer.h"
|
||||
#include "stheader.h"
|
||||
#include "bswap.h"
|
||||
|
||||
|
||||
#define FOURCC_DOTRA mmioFOURCC('.','r','a', 0xfd)
|
||||
|
@ -20,7 +20,6 @@
|
||||
#include "stream.h"
|
||||
#include "demuxer.h"
|
||||
#include "stheader.h"
|
||||
#include "bswap.h"
|
||||
|
||||
static int smjpeg_check_file(demuxer_t* demuxer){
|
||||
int orig_pos = stream_tell(demuxer->stream);
|
||||
|
@ -34,7 +34,6 @@
|
||||
#include "parse_es.h"
|
||||
#include "stheader.h"
|
||||
|
||||
#include "bswap.h"
|
||||
#include "unrarlib.h"
|
||||
#include "ms_hdr.h"
|
||||
#include "mpeg_hdr.h"
|
||||
|
@ -13,7 +13,6 @@
|
||||
#include "stream.h"
|
||||
#include "demuxer.h"
|
||||
#include "stheader.h"
|
||||
#include "bswap.h"
|
||||
|
||||
#ifdef USE_LIBAVCODEC_SO
|
||||
#include <ffmpeg/avcodec.h>
|
||||
|
@ -15,7 +15,6 @@
|
||||
//#include "stream.h"
|
||||
#include "demuxer.h"
|
||||
#include "stheader.h"
|
||||
#include "bswap.h"
|
||||
|
||||
typedef struct {
|
||||
int framenum;
|
||||
|
@ -12,8 +12,6 @@
|
||||
#include "demuxer.h"
|
||||
#include "stheader.h"
|
||||
|
||||
#include "bswap.h"
|
||||
|
||||
#include "muxer.h"
|
||||
#include "aviheader.h"
|
||||
#include "ms_hdr.h"
|
||||
|
@ -14,8 +14,6 @@
|
||||
#include "aviheader.h"
|
||||
#include "ms_hdr.h"
|
||||
|
||||
#include "bswap.h"
|
||||
|
||||
#include "muxer.h"
|
||||
|
||||
static muxer_stream_t* rawvideofile_new_stream(muxer_t *muxer,int type){
|
||||
|
Loading…
Reference in New Issue
Block a user