> On Jan 3, 2026, at 23:16, Nicolas George via ffmpeg-devel 
> <[email protected]> wrote:
> 
> Zhao Zhili via ffmpeg-devel (HE12026-01-03):
>> How avdevice supposed to work with hardware AVFrame?
> 
> The same way ffplay currently works.

ffplay renderer works directly with AVFrame, while avdeivce works with AVPacket
and AVFrame wrapped in AVPacket.

I guess for similar reasons that gfxcapture is implemented as a filter source 
than a
input device, to avoid the AVFrame to AVPacket conversation.

> Regards,
> 
> -- 
>  Nicolas George
> _______________________________________________
> ffmpeg-devel mailing list -- [email protected]
> To unsubscribe send an email to [email protected]

_______________________________________________
ffmpeg-devel mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to