[FFmpeg-devel] [PATCH] img2: added support for %t output pattern

Carl Eugen Hoyos cehoyos at ag.or.at
Mon Dec 19 10:45:37 CET 2011


Yuval Adam <yuv.adm <at> gmail.com> writes:

> diff --git a/libavformat/avformat.h b/libavformat/avformat.h

>  int av_get_frame_filename(char *buf, int buf_size,
> -                          const char *path, int number);
> +                          const char *path, int number, int ts);

You cannot simply change public function's parameter, that breaks API/ABI.

Carl Eugen



More information about the ffmpeg-devel mailing list