Author: gkovacs
Date: Sat Aug  1 05:59:20 2009
New Revision: 4892

Log:
renaming comments to reflect name of demuxer

Modified:
   concat/libavformat/concat.c
   concat/libavformat/pls.c
   concat/libavformat/xspf.c

Modified: concat/libavformat/concat.c
==============================================================================
--- concat/libavformat/concat.c Sat Aug  1 05:55:44 2009        (r4891)
+++ concat/libavformat/concat.c Sat Aug  1 05:59:20 2009        (r4892)
@@ -91,7 +91,7 @@ AVInputFormat concat_demuxer = {
     ff_concatgen_read_play,
     ff_concatgen_read_pause,
     (const AVCodecTag* const []){codec_concat_tags, 0},
-    NULL, //m3u_read_seek2
+    NULL, //concat_read_seek2
     NULL, //metadata_conv
     NULL, //next
 };

Modified: concat/libavformat/pls.c
==============================================================================
--- concat/libavformat/pls.c    Sat Aug  1 05:55:44 2009        (r4891)
+++ concat/libavformat/pls.c    Sat Aug  1 05:59:20 2009        (r4892)
@@ -132,7 +132,7 @@ AVInputFormat pls_demuxer = {
     ff_concatgen_read_play,
     ff_concatgen_read_pause,
     (const AVCodecTag* const []){codec_pls_tags, 0},
-    NULL, //m3u_read_seek2
+    NULL, //pls_read_seek2
     NULL, //metadata_conv
     NULL, //next
 };

Modified: concat/libavformat/xspf.c
==============================================================================
--- concat/libavformat/xspf.c   Sat Aug  1 05:55:44 2009        (r4891)
+++ concat/libavformat/xspf.c   Sat Aug  1 05:59:20 2009        (r4892)
@@ -133,7 +133,7 @@ AVInputFormat xspf_demuxer = {
     ff_concatgen_read_play,
     ff_concatgen_read_pause,
     (const AVCodecTag* const []){codec_xspf_tags, 0},
-    NULL, //m3u_read_seek2
+    NULL, //xspf_read_seek2
     NULL, //metadata_conv
     NULL, //next
 };
_______________________________________________
FFmpeg-soc mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc

Reply via email to