[Ffmpeg-devel] [PATCH] Clarified API for numbered sequences
Michel Bardiaux
mbardiaux
Mon Sep 4 11:30:48 CEST 2006
Michael Niedermayer wrote:
> 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
>
> [...]
Ping? I sent a new, improved patch with doxygen comments; I cant proceed
(whatever the design decisions) with the wildcard and numbered sequences
until that change is committed.
--
Michel Bardiaux
R&D Director
T +32 [0] 2 790 29 41
F +32 [0] 2 790 29 02
E mailto:mbardiaux at mediaxim.be
Mediaxim NV/SA
Vorstlaan 191 Boulevard du Souverain
Brussel 1160 Bruxelles
http://www.mediaxim.com/
More information about the ffmpeg-devel
mailing list