mirror of https://github.com/mpv-player/mpv
11l
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7614 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
fc7020b5af
commit
3605b121ab
|
@ -716,6 +716,7 @@ case ACODEC_PCM:
|
||||||
mp_msg(MSGT_CPLAYER,MSGL_ERR,"Couldn't find matching filter / ao format!\n");
|
mp_msg(MSGT_CPLAYER,MSGL_ERR,"Couldn't find matching filter / ao format!\n");
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
#ifdef HAVE_MP3LAME
|
||||||
case ACODEC_VBRMP3:
|
case ACODEC_VBRMP3:
|
||||||
printf("MP3 audio selected\n");
|
printf("MP3 audio selected\n");
|
||||||
mux_a->h.dwSampleSize=0; // VBR
|
mux_a->h.dwSampleSize=0; // VBR
|
||||||
|
@ -747,6 +748,7 @@ case ACODEC_VBRMP3:
|
||||||
mp_msg(MSGT_CPLAYER,MSGL_ERR,"Couldn't find matching filter / ao format!\n");
|
mp_msg(MSGT_CPLAYER,MSGL_ERR,"Couldn't find matching filter / ao format!\n");
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
if (verbose>1) print_wave_header(mux_a->wf);
|
if (verbose>1) print_wave_header(mux_a->wf);
|
||||||
|
|
Loading…
Reference in New Issue