projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
636b13c
)
Undefine DEBUG_SEEK.
author
Thorsten Jordan
<tjordan@ macrosystem.de>
Mon, 15 Oct 2007 18:03:28 +0000
(18:03 +0000)
committer
Benoit Fouet
<benoit.fouet@free.fr>
Mon, 15 Oct 2007 18:03:28 +0000
(18:03 +0000)
Patch by Thorsten Jordan: tjordan macrosystem de
Originally committed as revision 10742 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavformat/utils.c
patch
|
blob
|
history
diff --git
a/libavformat/utils.c
b/libavformat/utils.c
index c85b119b9ee2f1f866628b778fe36fef05439931..4f1c6a2610465c05a93806edeb2084a6ee038e7a 100644
(file)
--- a/
libavformat/utils.c
+++ b/
libavformat/utils.c
@@
-1072,7
+1072,7
@@
int av_index_search_timestamp(AVStream *st, int64_t wanted_timestamp,
return m;
}
-#define DEBUG_SEEK
+
//
#define DEBUG_SEEK
int av_seek_frame_binary(AVFormatContext *s, int stream_index, int64_t target_ts, int flags){
AVInputFormat *avif= s->iformat;