[FFmpeg-devel] [PATCH] IFF: Fix IFF decoder crash with enabled avfilter
Ronald S. Bultje
rsbultje
Mon May 24 23:33:12 CEST 2010
Hi,
Oh and something else, for the broader audience:
On Mon, May 24, 2010 at 11:37 AM, Ronald S. Bultje <rsbultje at gmail.com> wrote:
> On Sun, May 23, 2010 at 12:41 PM, Sebastian Vater
> <cdgs.basty at googlemail.com> wrote:
>> - ? ?if (avctx->reget_buffer(avctx, &s->frame) < 0){
>> + ? ?if ((res = avctx->get_buffer(avctx, &s->frame) < 0)) {
[..]
When do we use get and when reget? Which one is appropriate here?
Ronald
More information about the ffmpeg-devel
mailing list