diff options
author | arpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2002-01-27 14:35:48 +0000 |
---|---|---|
committer | arpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2002-01-27 14:35:48 +0000 |
commit | 43322395d12ef9c4ee50af1d6e78e6e1f71653c4 (patch) | |
tree | d137ec8f5c6f0bc3f672b556fb8f07ac950c21eb | |
parent | 2bf1f4910d08da1cef816247a4b90d8d4be9e7c9 (diff) |
debug printfs... - 10l
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4379 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r-- | mencoder.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mencoder.c b/mencoder.c index a049980111..ed29074f0a 100644 --- a/mencoder.c +++ b/mencoder.c @@ -1364,7 +1364,7 @@ if(sh_audio && !demuxer2){ unsigned int samples=(sh_audio->audio.dwSampleSize)? ((ds_tell(d_audio)-sh_audio->a_in_buffer_len)/sh_audio->audio.dwSampleSize) : (d_audio->pack_no); // <- used for VBR audio - printf("samples=%d \n",samples); +// printf("samples=%d \n",samples); a_pts=samples*(float)sh_audio->audio.dwScale/(float)sh_audio->audio.dwRate; delay_corrected=1; } else { |