[FFmpeg-devel] [PATCH] lavfi: implement asettb filter.

Stefano Sabatini stefasab at gmail.com
Sun Jul 8 19:37:42 CEST 2012


On date Sunday 2012-07-08 19:21:42 +0200, Nicolas George encoded:
> 
> Signed-off-by: Nicolas George <nicolas.george at normalesup.org>
> ---
>  doc/filters.texi         |    5 +++--
>  libavfilter/Makefile     |    1 +
>  libavfilter/allfilters.c |    1 +
>  libavfilter/vf_settb.c   |   50 +++++++++++++++++++++++++++++++++++++++++++++-
>  4 files changed, 54 insertions(+), 3 deletions(-)
> 
> 
> Fixed set_video_buffer/set_audio_buffer confusion.
> Reindented the new block correctly (will reindent the old one after).
> Updated documentation.
> Left without av_ts2str for consistency reasons.
> Added "sr" variable.

[...]

Looks good, thanks.

Feel free to rename the file, I'd prefer to stick to the f_settb.c
notation rather than settb.c, looks more logical and allows to
distinguish between "framework" and "filtering" code.
-- 
FFmpeg = Fostering Fiendish Moronic Portable ExchanGer


More information about the ffmpeg-devel mailing list