mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-12-24 11:52:06 +08:00
avformat: Remove non-compiling and/or silly commented-out printf/av_log statements
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user