Tobias Rapp (2018-02-22): > The asetnsamples filter allows to adjust the audio frame size, but I suppose > there is a better/more idiomatic way to fix the problem.
Indeed. The asetnsamples filter was useful when added, but its functionality have been integrated to the framework since then. It could be reimplemented as a trivial stub now. In fact, I have a project to merge all the (a)setsomething filters into a single pair of (a)set filters. The function to make use of that from applications is av_buffersink_set_frame_size(). Regards, -- Nicolas George
signature.asc
Description: Digital signature
_______________________________________________ Libav-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/libav-user
