Author: gkovacs Date: Tue Aug 25 10:41:43 2009 New Revision: 5271 Log: updated doxy comments to reflect updated API
Modified: concat/libavformat/concat.c concat/libavformat/concat.h Modified: concat/libavformat/concat.c ============================================================================== --- concat/libavformat/concat.c Tue Aug 25 10:32:01 2009 (r5270) +++ concat/libavformat/concat.c Tue Aug 25 10:41:43 2009 (r5271) @@ -24,10 +24,8 @@ * * @brief Minimal playlist/concatenation demuxer * - * @details This is a minimal concat-type demuxer that can be constructed - * by allocating a PlayElem for each playlist item and setting its filename, - * then allocating a AVPlaylistContext, creating a list of PlayElem, and setting - * the AVPlaylistContext in the AVFormatContext. + * @details This is a minimal concat-type demuxer to which elements can be + * added externally via av_playlist_add_filelist. */ #include "concat.h" Modified: concat/libavformat/concat.h ============================================================================== --- concat/libavformat/concat.h Tue Aug 25 10:32:01 2009 (r5270) +++ concat/libavformat/concat.h Tue Aug 25 10:41:43 2009 (r5271) @@ -24,10 +24,8 @@ * * @brief Minimal playlist/concatenation demuxer * - * @details This is a minimal concat-type demuxer that can be constructed - * by allocating a PlayElem for each playlist item and setting its filename, - * then allocating a PlaylistContext, creating a list of PlayElem, and setting - * the PlaylistContext in the AVFormatContext. + * @details This is a minimal concat-type demuxer to which elements can be + * added externally via av_playlist_add_filelist. */ #ifndef AVFORMAT_CONCAT_H _______________________________________________ FFmpeg-soc mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc
