On 07/09/13 20:22, Yukinori Yamazoe wrote: > --- > libavcodec/qsv.c | 13 +++++++------ > 1 file changed, 7 insertions(+), 6 deletions(-) > > diff --git a/libavcodec/qsv.c b/libavcodec/qsv.c > index 81c07df..8ffe5d4 100644 > --- a/libavcodec/qsv.c > +++ b/libavcodec/qsv.c > @@ -282,16 +282,17 @@ int ff_qsv_decode(AVCodecContext *avctx, QSVContext *q, > ff_packet_list_put(&q->pending, &q->pending_end, avpkt); >
I'm undecided if it is better to make the av_packet_list function unref as they did before, making this patch unnecessary or keep it the way it is. Thanks again for catching it =) lu _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
