Re: [FFmpeg-devel] [PATCH 1/8] lavc: Rename hwaccel.h to hwconfig.h

2020-04-26 Thread Mark Thompson
On 19/04/2020 15:21, Zhong Li wrote: > 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

Re: [FFmpeg-devel] [PATCH 1/8] lavc: Rename hwaccel.h to hwconfig.h

2020-04-23 Thread Lynne
Apr 13, 2020, 16:33 by s...@jkqxz.net: > This already applied to decoders as well as hwaccels, and adding encoder > support was going to make the name even more inaccurate. > --- > libavcodec/cuviddec.c| 2 +- > libavcodec/decode.c | 2 +- > libavcodec/h263dec.c

[FFmpeg-devel] [PATCH 1/8] lavc: Rename hwaccel.h to hwconfig.h

2020-04-13 Thread Mark Thompson
This already applied to decoders as well as hwaccels, and adding encoder support was going to make the name even more inaccurate. --- libavcodec/cuviddec.c| 2 +- libavcodec/decode.c | 2 +- libavcodec/h263dec.c | 2 +- libavcodec/h264dec.c