[FFmpeg-soc] [soc]: r4396 - seek_api/mpeg.c
spyfeng
subversion at mplayerhq.hu
Mon Jun 8 18:40:03 CEST 2009
Author: spyfeng
Date: Mon Jun 8 18:40:03 2009
New Revision: 4396
Log:
remove AVSEEK_FLAG_BACKWARD, because user set it.
Modified:
seek_api/mpeg.c
Modified: seek_api/mpeg.c
==============================================================================
--- seek_api/mpeg.c Mon Jun 8 16:20:05 2009 (r4395)
+++ seek_api/mpeg.c Mon Jun 8 18:40:03 2009 (r4396)
@@ -688,7 +688,7 @@ static int mpegps_read_seek1(struct AVFo
ts_max=
ts_min= AV_NOPTS_VALUE;
pos_limit= -1;
- pos= av_gen_search(s, stream_index, ts, pos_min, pos_max, pos_limit, ts_min, ts_max, flags | AVSEEK_FLAG_BACKWARD, &ret_ts, mpegps_read_dts);
+ pos= av_gen_search(s, stream_index, ts, pos_min, pos_max, pos_limit, ts_min, ts_max, flags, &ret_ts, mpegps_read_dts);
av_log(s, AV_LOG_DEBUG, "the seek pos = %"PRId64", ret_ts = %"PRId64"\n", pos, ret_ts);
if(pos<0)
return -1;
More information about the FFmpeg-soc
mailing list