[FFmpeg-soc] [soc]: r5211 - concat/libavformat/concat.c

gkovacs subversion at mplayerhq.hu
Thu Aug 20 18:48:53 CEST 2009


Author: gkovacs
Date: Thu Aug 20 18:48:53 2009
New Revision: 5211

Log:
clarified comments

Modified:
   concat/libavformat/concat.c

Modified: concat/libavformat/concat.c
==============================================================================
--- concat/libavformat/concat.c	Thu Aug 20 18:38:15 2009	(r5210)
+++ concat/libavformat/concat.c	Thu Aug 20 18:48:53 2009	(r5211)
@@ -40,13 +40,13 @@ static const AVCodecTag codec_concat_tag
     { 0, 0 },
 };
 
-// concat demuxer should only be manually constructed in ffmpeg
+// concat demuxer should only be manually constructed in ffmpeg; should never be autodetected
 static int concat_probe(AVProbeData *p)
 {
     return 0;
 }
 
-// AVPlaylistContext should be constructed externally
+// AVPlaylistContext must be constructed and set to s->priv manually, not here, since no data on playlist items is available
 static int concat_read_header(AVFormatContext *s,
                               AVFormatParameters *ap)
 {


More information about the FFmpeg-soc mailing list