diff options
author | Diego Biurrun <diego@biurrun.de> | 2011-06-05 15:53:34 +0200 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2011-06-08 00:45:47 +0200 |
commit | ac4a8548110bc180cb67bea6eaf8b8e1081370cf (patch) | |
tree | e101e351698c5091029eb4d89781b3632d071134 /libavformat | |
parent | 8543f0f923eb1d476b14444e1cc8034f08ebcdda (diff) | |
download | ffmpeg-ac4a8548110bc180cb67bea6eaf8b8e1081370cf.tar.gz |
Remove some non-compiling debug messages.
Diffstat (limited to 'libavformat')
-rw-r--r-- | libavformat/mpeg.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libavformat/mpeg.c b/libavformat/mpeg.c index 86cee0c4b8..5b4996e825 100644 --- a/libavformat/mpeg.c +++ b/libavformat/mpeg.c @@ -583,9 +583,6 @@ static int64_t mpegps_read_dts(AVFormatContext *s, int stream_index, int64_t pos, pts, dts; pos = *ppos; -#ifdef DEBUG_SEEK - printf("read_dts: pos=0x%"PRIx64" next=%d -> ", pos, find_next); -#endif if (avio_seek(s->pb, pos, SEEK_SET) < 0) return AV_NOPTS_VALUE; |