diff options
author | Diego Biurrun <diego@biurrun.de> | 2012-08-21 12:27:40 +0200 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2012-10-01 10:24:28 +0200 |
commit | 11d4e92ed929f092c6ecc8775b0ba340ccd7179d (patch) | |
tree | f243ccffef80d2e60ebae225ac4964adf02eecab /libavformat/ffmdec.c | |
parent | 14d3e7ad11addf0f8415cafad73f6e040a028e93 (diff) | |
download | ffmpeg-11d4e92ed929f092c6ecc8775b0ba340ccd7179d.tar.gz |
avformat: Remove non-compiling and/or silly commented-out printf/av_log statements
Diffstat (limited to 'libavformat/ffmdec.c')
-rw-r--r-- | libavformat/ffmdec.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libavformat/ffmdec.c b/libavformat/ffmdec.c index c4ee22e73a..8929657784 100644 --- a/libavformat/ffmdec.c +++ b/libavformat/ffmdec.c @@ -240,9 +240,6 @@ static void adjust_write_index(AVFormatContext *s) ffm->write_index += pos_max; } - //printf("Adjusted write index from %"PRId64" to %"PRId64": pts=%0.6f\n", orig_write_index, ffm->write_index, pts / 1000000.); - //printf("pts range %0.6f - %0.6f\n", get_dts(s, 0) / 1000000. , get_dts(s, ffm->file_size - 2 * FFM_PACKET_SIZE) / 1000000. ); - end: avio_seek(pb, ptr, SEEK_SET); } |