[MPlayer-cvslog] r38476 - trunk/gui/util/bitmap.c

Ingo Brückl ib at oddnet.de
Fri Apr 26 13:55:26 EEST 2024


On Fri, 26 Apr 2024 06:39:21 -0400, The Wanderer wrote:

>>      AVCodecContext *avctx;
>> -    AVFrame *frame;
>>      AVPacket *pkt;
>> +    AVFrame *frame;

> I'd be curious to know the idea/intent/reasoning behind this hunk; [...]
> but I don't see any obvious reason why the new order is preferable.

The order of use.

You create a context, send a packet and receive a frame.

Ingo


More information about the MPlayer-cvslog mailing list