mirror of
https://github.com/mpv-player/mpv
synced 2025-01-01 04:12:25 +00:00
Remove unused variable:
demux_lavf.c:441: warning: unused variable 'g' git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24896 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
625098b0ac
commit
523a3fdf11
@ -435,7 +435,7 @@ static demuxer_t* demux_open_lavf(demuxer_t *demuxer){
|
||||
AVFormatParameters ap;
|
||||
const AVOption *opt;
|
||||
lavf_priv_t *priv= demuxer->priv;
|
||||
int i,g;
|
||||
int i;
|
||||
char mp_filename[256]="mp:";
|
||||
|
||||
memset(&ap, 0, sizeof(AVFormatParameters));
|
||||
|
Loading…
Reference in New Issue
Block a user