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
_______________________________________________
FFmpeg-soc mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc

Reply via email to