[FFmpeg-soc] [soc]: r4799 - in concat/libavformat: m3u.c pls.c xspf.c
gkovacs
subversion at mplayerhq.hu
Fri Jul 24 02:31:09 CEST 2009
Author: gkovacs
Date: Fri Jul 24 02:31:09 2009
New Revision: 4799
Log:
removed unimplemented read_seek2
Modified:
concat/libavformat/m3u.c
concat/libavformat/pls.c
concat/libavformat/xspf.c
Modified: concat/libavformat/m3u.c
==============================================================================
--- concat/libavformat/m3u.c Fri Jul 24 02:18:16 2009 (r4798)
+++ concat/libavformat/m3u.c Fri Jul 24 02:31:09 2009 (r4799)
@@ -116,7 +116,7 @@ AVInputFormat m3u_demuxer = {
ff_concatgen_read_play,
ff_concatgen_read_pause,
(const AVCodecTag* const []){codec_m3u_tags, 0},
- ff_concatgen_read_seek, //m3u_read_seek2
+ NULL, //m3u_read_seek2
NULL, //metadata_conv
NULL, //next
};
Modified: concat/libavformat/pls.c
==============================================================================
--- concat/libavformat/pls.c Fri Jul 24 02:18:16 2009 (r4798)
+++ concat/libavformat/pls.c Fri Jul 24 02:31:09 2009 (r4799)
@@ -143,7 +143,7 @@ AVInputFormat pls_demuxer = {
ff_concatgen_read_play,
ff_concatgen_read_pause,
(const AVCodecTag* const []){codec_pls_tags, 0},
- ff_concatgen_read_seek, //m3u_read_seek2
+ NULL, //m3u_read_seek2
NULL, //metadata_conv
NULL, //next
};
Modified: concat/libavformat/xspf.c
==============================================================================
--- concat/libavformat/xspf.c Fri Jul 24 02:18:16 2009 (r4798)
+++ concat/libavformat/xspf.c Fri Jul 24 02:31:09 2009 (r4799)
@@ -147,7 +147,7 @@ AVInputFormat xspf_demuxer = {
ff_concatgen_read_play,
ff_concatgen_read_pause,
(const AVCodecTag* const []){codec_xspf_tags, 0},
- ff_concatgen_read_seek, //m3u_read_seek2
+ NULL, //m3u_read_seek2
NULL, //metadata_conv
NULL, //next
};
More information about the FFmpeg-soc
mailing list