Re: [libav-devel] [PATCH 6/6] Use avcodec_free_frame() to free AVFrames.

2012-09-21 Thread Luca Barbato
Ok -- Sent from my Android phone with K-9 Mail. Please excuse my brevity.___ libav-devel mailing list libav-devel@libav.org https://lists.libav.org/mailman/listinfo/libav-devel

[libav-devel] [PATCH 6/6] Use avcodec_free_frame() to free AVFrames.

2012-09-21 Thread Anton Khirnov
--- avconv.c |4 ++-- avplay.c |4 ++-- libavcodec/api-example.c |8 libavfilter/vsrc_movie.c |2 +- libavformat/output-example.c |1 + 5 files changed, 10 insertions(+), 9 deletions(-) diff --git a/avconv.c b/avconv.c i