[Ffmpeg-devel] [PATCH] fix compile if DEBUG_SEEK enable in mpeg.c
Limin Wang
lance.lmwang
Tue Mar 6 08:46:37 CET 2007
Hi,
The patch try to fix compile issue after DEBUG_SEEK macro
in mpeg.c is enable.
Thanks,
Limin
-------------- next part --------------
Index: libavformat/mpeg.c
===================================================================
--- libavformat/mpeg.c (revision 8268)
+++ libavformat/mpeg.c (working copy)
@@ -1738,7 +1738,7 @@
pos = *ppos;
#ifdef DEBUG_SEEK
- printf("read_dts: pos=0x%"PRIx64" next=%d -> ", pos, find_next);
+ printf("read_dts: pos=0x%"PRIx64"", pos);
#endif
url_fseek(&s->pb, pos, SEEK_SET);
for(;;) {
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 481 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20070306/64aab2da/attachment.pgp>
More information about the ffmpeg-devel
mailing list