diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-03-07 15:39:01 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-03-07 15:39:01 +0000 |
commit | 6650d595b017b796509eebad641e622f1a14598f (patch) | |
tree | 970fc14fef076f9f0183d5c16a2354b88df4df36 | |
parent | 2f69888f22ee68ada8f0a7d9b9612a014940cd97 (diff) | |
download | mpv-6650d595b017b796509eebad641e622f1a14598f.tar.bz2 mpv-6650d595b017b796509eebad641e622f1a14598f.tar.xz |
Comment out debug output.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17763 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r-- | codec-cfg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/codec-cfg.c b/codec-cfg.c index 275d973fda..c3f87ae836 100644 --- a/codec-cfg.c +++ b/codec-cfg.c @@ -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; |