mirror of
https://github.com/mpv-player/mpv
synced 2024-11-14 22:48:35 +01:00
Comment out debug output.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17763 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
2f69888f22
commit
6650d595b0
@ -1079,7 +1079,7 @@ int main(int argc, char* argv[])
|
||||
if(d>='0' && d<='9'){
|
||||
// begin section
|
||||
section=d-'0';
|
||||
printf("BEGIN %d\n",section);
|
||||
//printf("BEGIN %d\n",section);
|
||||
if(section>=5){
|
||||
// audio
|
||||
cl = audio_codecs;
|
||||
|
Loading…
Reference in New Issue
Block a user