[FFmpeg-soc] [soc]: r4398 - seek_api/mpeg.c
spyfeng
subversion at mplayerhq.hu
Mon Jun 8 19:03:43 CEST 2009
Author: spyfeng
Date: Mon Jun 8 19:03:43 2009
New Revision: 4398
Log:
rename mpegps_read_seek1 to mpegps_read_seek
Modified:
seek_api/mpeg.c
Modified: seek_api/mpeg.c
==============================================================================
--- seek_api/mpeg.c Mon Jun 8 18:59:30 2009 (r4397)
+++ seek_api/mpeg.c Mon Jun 8 19:03:43 2009 (r4398)
@@ -629,7 +629,7 @@ static int find_keyframe(AVFormatContext
return 0;
}
-static int mpegps_read_seek1(struct AVFormatContext *s, int stream_index,
+static int mpegps_read_seek(struct AVFormatContext *s, int stream_index,
int64_t min_ts, int64_t ts, int64_t max_ts, int flags)
{
AVStream* st;
@@ -718,5 +718,5 @@ AVInputFormat mpegps_demuxer = {
NULL, //mpegps_read_seek,
mpegps_read_dts,
.flags = AVFMT_SHOW_IDS|AVFMT_TS_DISCONT|AVFMT_GENERIC_INDEX,
- .read_seek2 = mpegps_read_seek1,
+ .read_seek2 = mpegps_read_seek,
};
More information about the FFmpeg-soc
mailing list