Remove some non-compiling debug messages.

This commit is contained in:
Diego Biurrun
2011-06-05 15:53:34 +02:00
parent 8543f0f923
commit ac4a854811
2 changed files with 0 additions and 5 deletions

View File

@@ -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;