[FFmpeg-devel] [PATCH] avformat/avisynth simplify packet allocation

Stephen Hutchinson qyot27 at gmail.com
Fri Jan 10 12:10:45 CET 2014


On Thu, Jan 9, 2014 at 12:35 PM, Michael Niedermayer <michaelni at gmx.at> wrote:
> Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> ---
>  libavformat/avisynth.c |   38 ++++++++++++++------------------------
>  1 file changed, 14 insertions(+), 24 deletions(-)
>

Tested on Windows and Linux.  No problems encountered.

The only thing I noticed, and it probably existed prior to this
anyway, is that video and
video+audio scripts report a correct duration.  Audio-only scripts
report 00:00:00.000
as their duration, most likely because the duration reporting is tied
to the fps of the
video.  I don't think it's all that significant, but I thought to
mention it anyway.


More information about the ffmpeg-devel mailing list