Re: [FFmpeg-devel] [PATCH] lavc/qsvenc: disable CO3 for mpeg2

2019-04-28 Thread Carl Eugen Hoyos
2019-04-28 14:35 GMT+02:00, Zhong Li : > Currenntly there is no any function of CO3 appled to mpeg2, > and enabling for mpeg2 it will cause regression with some old > libmfx libaries (see tiket #7839), so disable CO3 for mpeg2. > > Also add runtime version check for CO3. > > Signed-off-by: Zhong Li

[FFmpeg-devel] [PATCH] lavc/qsvenc: disable CO3 for mpeg2

2019-04-28 Thread Zhong Li
Currenntly there is no any function of CO3 appled to mpeg2, and enabling for mpeg2 it will cause regression with some old libmfx libaries (see tiket #7839), so disable CO3 for mpeg2. Also add runtime version check for CO3. Signed-off-by: Zhong Li --- libavcodec/qsvenc.c | 13 - 1 fi