0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 12:02:23 +02:00

warning (proper) fix

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4408 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
pl 2002-01-29 12:11:52 +00:00
parent f10cf78bb9
commit 667973e101
2 changed files with 2 additions and 0 deletions

View File

@ -716,6 +716,7 @@ sound_ok:
sh->ds=demuxer->audio;
demuxer->audio->id=1;
nosound:
;
}
}

View File

@ -180,6 +180,7 @@ stream_t* new_memory_stream(unsigned char* data,int len);
stream_t* open_stream(char* filename,int vcd_track,int* file_format);
//#ifdef USE_DVDREAD
struct config;
extern int dvd_title;
extern int dvd_chapter;
extern int dvd_last_chapter;