mirror of https://github.com/mpv-player/mpv
Remove useless cast.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30794 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
62cc3b452b
commit
2c8d69f185
|
@ -92,7 +92,7 @@ static void close_s(stream_t *stream) {
|
||||||
}
|
}
|
||||||
|
|
||||||
static int open_s(stream_t *stream,int mode, void* opts, int* file_format) {
|
static int open_s(stream_t *stream,int mode, void* opts, int* file_format) {
|
||||||
struct stream_priv_s* p = (struct stream_priv_s*)opts;
|
struct stream_priv_s* p = opts;
|
||||||
int ret,ret2,f,sect,tmp;
|
int ret,ret2,f,sect,tmp;
|
||||||
mp_vcd_priv_t* vcd;
|
mp_vcd_priv_t* vcd;
|
||||||
#if defined(__FreeBSD__) || defined(__FreeBSD_kernel__)
|
#if defined(__FreeBSD__) || defined(__FreeBSD_kernel__)
|
||||||
|
|
Loading…
Reference in New Issue