[FFmpeg-devel] [PATCH] Add asetpts audio filter

Stefano Sabatini stefasab at gmail.com
Wed Aug 8 13:47:25 CEST 2012


On date Wednesday 2012-02-29 19:10:53 +0100, Stefano Sabatini encoded:
> On date Wednesday 2012-02-29 14:00:01 +0200, Andrey Utkin encoded:
> > ---
> >  libavfilter/Makefile     |    1 +
> >  libavfilter/af_asetpts.c |  145 ++++++++++++++++++++++++++++++++++++++++++++++
> >  libavfilter/allfilters.c |    1 +
> >  3 files changed, 147 insertions(+), 0 deletions(-)
> >  create mode 100644 libavfilter/af_asetpts.c
[...]
> In the context of audio, also useful:
> SAMPLE_RATE
> NB_SAMPLES          ///< number of samples in the current frame
> NB_CONSUMED_SAMPLES ///< number of samples consumed by the filter
> 
> [...]
> 
> Most of this can be factorized with setpts, so it should stay in the
> same file.

Updated patch.
-- 
FFmpeg = Fierce Frightening Mystic Ponderous Extended God
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-lavfi-add-asetpts-audio-filter.patch
Type: text/x-diff
Size: 9589 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20120808/853117e4/attachment.bin>


More information about the ffmpeg-devel mailing list