mirror of
https://github.com/mpv-player/mpv
synced 2025-02-25 09:44:21 +00:00
warning fixes by Dominik
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10243 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
9e13900d4c
commit
b4d7f9837c
@ -19,6 +19,7 @@
|
||||
|
||||
#include "../osdep/timer.h"
|
||||
#ifndef WIN32
|
||||
#include <sys/wait.h>
|
||||
#include "../osdep/shmem.h"
|
||||
#else
|
||||
#undef DATADIR
|
||||
|
@ -94,7 +94,7 @@ typedef struct {
|
||||
MpegTSContext ts;
|
||||
} ts_priv_t;
|
||||
|
||||
|
||||
int ts_parse(demuxer_t *demuxer, ES_stream_t *es, unsigned char *packet);
|
||||
|
||||
static uint8_t get_packet_size(const unsigned char *buf, int size)
|
||||
{
|
||||
|
@ -26,6 +26,7 @@
|
||||
|
||||
|
||||
extern int verbose; // defined in mplayer.c
|
||||
void cache_uninit(stream_t *s); // defined in cache2.c
|
||||
|
||||
#include "cue_read.h"
|
||||
|
||||
|
@ -14,6 +14,7 @@
|
||||
#include <stdlib.h>
|
||||
#include <unistd.h>
|
||||
#include <string.h>
|
||||
#include <ctype.h>
|
||||
#include <sys/time.h>
|
||||
|
||||
#include "config.h"
|
||||
|
Loading…
Reference in New Issue
Block a user