Re: [FFmpeg-devel] [PATCH 3/8] lavc/qsvenc: Add hardware config metadata

2020-04-19 Thread Zhong Li
Mark Thompson 于2020年4月13日周一 下午11:34写道: > > All of these encoders can accept libmfx surfaces directly in a hardware > frames context, or they can accept software frames if a suitable device > is supplied to use. > --- > libavcodec/qsvenc.c | 7 +++ > libavcodec/qsvenc.h | 3 +++ >

[FFmpeg-devel] [PATCH 3/8] lavc/qsvenc: Add hardware config metadata

2020-04-13 Thread Mark Thompson
All of these encoders can accept libmfx surfaces directly in a hardware frames context, or they can accept software frames if a suitable device is supplied to use. --- libavcodec/qsvenc.c | 7 +++ libavcodec/qsvenc.h | 3 +++ libavcodec/qsvenc_h264.c | 1 + libavcodec/qsvenc_hevc.