Thanks for bringing this up, I've pushed it to master after consulting
with the author and fixing a small bug in it.
--
Anton Khirnov
___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers
Hi,
apologies for the delay. Finally found time to investigate the random
failures -- turned out to be reading a variable that's uninitialized
after my original patch. The attached fix works for me.
--
Anton Khirnov
From 414522d5049a230e71a2c2fef45a6b525d6a9803 Mon Sep 17 00:00:00 2001
if this is a no-issue by now, btw.
>
Yes, I'm quite sure that commit fixes the same thing this patch does.
--
Anton Khirnov
___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.de
A possible patch (completely untested).
--
Anton Khirnov>From 33bcb1628a5ab907bce3a83e93dd55a32c64a01d Mon Sep 17 00:00:00 2001
From: Anton Khirnov
Date: Sun, 15 Jan 2012 21:22:25 +0100
Subject: [PATCH] ffmpegdec: only override AVCodecContext.get_buffer and pals
for video.
It only hand
> change breaks applications such as gst-ffmpeg, which have successfully
> used avcodec_decode_audio3() with a custom get_buffer(). If this is
> correct, what can we do to restore this functionality? Would the
> following patch be likely to unbreak gst-ffmpeg?
Setting custom get_buffer()