[FFmpeg-soc] [soc]: r5250 - concat/libavformat/avplaylist.h

gkovacs subversion at mplayerhq.hu
Mon Aug 24 09:49:01 CEST 2009


Author: gkovacs
Date: Mon Aug 24 09:49:01 2009
New Revision: 5250

Log:
clarify purpose of av_playlist_alloc_formatcontext in doxygen comments

Modified:
   concat/libavformat/avplaylist.h

Modified: concat/libavformat/avplaylist.h
==============================================================================
--- concat/libavformat/avplaylist.h	Mon Aug 24 09:34:16 2009	(r5249)
+++ concat/libavformat/avplaylist.h	Mon Aug 24 09:49:01 2009	(r5250)
@@ -48,8 +48,8 @@ typedef struct AVPlaylistContext {
     int *nb_streams_list;                 /**< List of the number of streams in each playlist item*/
 } AVPlaylistContext;
 
-/** @brief Allocates and opens file, codecs, and streams associated with filename.
- *  @param filename Null-terminated string of file to open.
+/** @brief Allocates AVFormatContext, then opens file, and probes and opens streams.
+ *  @param filename Null-terminated string of path to file to open.
  *  @return Returns an allocated AVFormatContext upon success, or NULL upon failure.
  */
 AVFormatContext *av_playlist_alloc_formatcontext(char *filename);


More information about the FFmpeg-soc mailing list