[Ffmpeg-devel] [PATCH] Clarified API for numbered sequences

Michael Niedermayer michaelni
Wed Aug 30 17:14:05 CEST 2006


Hi

On Wed, Aug 30, 2006 at 04:54:37PM +0200, Michel Bardiaux wrote:
> Recommended by Michael before changing functionality for sequences.
[...]
> -int get_frame_filename(char *buf, int buf_size,
> -                       const char *path, int number);
> -int filename_number_test(const char *filename);
> +/* returns 0 or -1 */
> +int av_get_frame_filename(char *buf, int buf_size,
> +                          const char *path, int number);
> +/* returns 1 or 0 */
> +int av_filename_number_test(const char *filename);

doxygen compatible comments would be nice /** @return ... */

except that patch ok

[...]
-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

In the past you could go to a library and read, borrow or copy any book
Today you'd get arrested for mere telling someone where the library is




More information about the ffmpeg-devel mailing list