[FFmpeg-soc] [soc]: r5294 - in concat: ffmpeg.c.diff libavformat/avplaylist.c libavformat/avplaylist.h libavformat/concatgen.c libavformat/playlist.c libavformat/playlist.h

Diego Biurrun diego at biurrun.de
Wed Aug 26 10:12:08 CEST 2009


On Wed, Aug 26, 2009 at 08:42:54AM +0200, gkovacs wrote:
> 
> --- concat/libavformat/playlist.h	Wed Aug 26 08:32:17 2009	(r5293)
> +++ concat/libavformat/playlist.h	Wed Aug 26 08:42:54 2009	(r5294)
> @@ -68,5 +68,12 @@ int ff_playlist_stream_index_from_time(A
>  
> +/** @brief Calculates the local stream index which corresponds to a global stream index.
> + *  @param ctx AVPlaylistContext within which the list of playlist elements and durations are stored.
> + *  @param stream_index Global stream index, the index of the stream within the playlist demuxer.
> + *  @return Returns the local stream index, the index of the stream within the child demuxer.
> + */
> +int ff_playlist_localstidx_from_streamidx(AVPlaylistContext *ctx, int stream_index);

A general comment that applies here and in many other places: Please
keep lines below 80 characters (where reasonable).

Diego


More information about the FFmpeg-soc mailing list