[FFmpeg-cvslog] r13416 - trunk/libavformat/ffmdec.c
bcoudurier
subversion
Mon May 26 05:47:56 CEST 2008
Author: bcoudurier
Date: Mon May 26 05:47:56 2008
New Revision: 13416
Log:
move DEBUG_SEEK definition before get_pts since func uses it
Modified:
trunk/libavformat/ffmdec.c
Modified: trunk/libavformat/ffmdec.c
==============================================================================
--- trunk/libavformat/ffmdec.c (original)
+++ trunk/libavformat/ffmdec.c Mon May 26 05:47:56 2008
@@ -107,6 +107,8 @@ static int ffm_read_data(AVFormatContext
return size1 - size;
}
+//#define DEBUG_SEEK
+
static int64_t get_pts(AVFormatContext *s, offset_t pos)
{
ByteIOContext *pb = s->pb;
@@ -368,8 +370,6 @@ static int ffm_read_packet(AVFormatConte
return 0;
}
-//#define DEBUG_SEEK
-
/* pos is between 0 and file_size - FFM_PACKET_SIZE. It is translated
by the write position inside this function */
static void ffm_seek1(AVFormatContext *s, offset_t pos1)
More information about the ffmpeg-cvslog
mailing list