1
0
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:
diego 2006-12-02 12:32:44 +00:00
parent c00059b047
commit 9c2d44923a
13 changed files with 0 additions and 17 deletions

View File

@ -11,7 +11,6 @@
#include "parse_es.h"
#include "stheader.h"
#include "bswap.h"
#include "ms_hdr.h"
typedef struct {

View File

@ -16,7 +16,6 @@
#include "stream.h"
#include "demuxer.h"
#include "stheader.h"
#include "bswap.h"
typedef struct __FrameInfo
{

View File

@ -18,7 +18,6 @@
#include "stheader.h"
#include "ebml.h"
#include "matroska.h"
#include "bswap.h"
#include "mp_msg.h"
#include "help_mp.h"

View File

@ -40,8 +40,6 @@
#include "demuxer.h"
#include "stheader.h"
#include "bswap.h"
#include "libvo/sub.h"
extern subtitle *vo_sub;

View File

@ -30,8 +30,6 @@
#include "demuxer.h"
#include "stheader.h"
#include "bswap.h"
/*
* #defines below taken from PVA spec (see URL above)
*/

View File

@ -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>

View File

@ -14,7 +14,6 @@
#include "stream.h"
#include "demuxer.h"
#include "stheader.h"
#include "bswap.h"
#define FOURCC_DOTRA mmioFOURCC('.','r','a', 0xfd)

View File

@ -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);

View File

@ -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"

View File

@ -13,7 +13,6 @@
#include "stream.h"
#include "demuxer.h"
#include "stheader.h"
#include "bswap.h"
#ifdef USE_LIBAVCODEC_SO
#include <ffmpeg/avcodec.h>

View File

@ -15,7 +15,6 @@
//#include "stream.h"
#include "demuxer.h"
#include "stheader.h"
#include "bswap.h"
typedef struct {
int framenum;

View File

@ -12,8 +12,6 @@
#include "demuxer.h"
#include "stheader.h"
#include "bswap.h"
#include "muxer.h"
#include "aviheader.h"
#include "ms_hdr.h"

View File

@ -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){