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

gkovacs subversion at mplayerhq.hu
Thu Aug 13 22:24:33 CEST 2009


Author: gkovacs
Date: Thu Aug 13 22:24:33 2009
New Revision: 5092

Log:
removing mention of PlaylistD (now PlaylistContext) in comment

Modified:
   concat/libavformat/concat.c

Modified: concat/libavformat/concat.c
==============================================================================
--- concat/libavformat/concat.c	Thu Aug 13 22:22:12 2009	(r5091)
+++ concat/libavformat/concat.c	Thu Aug 13 22:24:33 2009	(r5092)
@@ -43,7 +43,7 @@ static int concat_probe(AVProbeData *p)
     return 0;
 }
 
-// PlaylistD should be constructed externally
+// PlaylistContext should be constructed externally
 static int concat_read_header(AVFormatContext *s,
                               AVFormatParameters *ap)
 {


More information about the FFmpeg-soc mailing list