Re: [FFmpeg-devel] [PATCH 1/2] lavc/qsvenc: expose qp of encoded frames

2018-08-06 Thread James Almer
On 7/26/2018 4:51 AM, Zhong Li wrote: > Requirement from ticket #7254. > Currently only H264 supported by MSDK. > > Signed-off-by: Zhong Li > --- > libavcodec/qsvenc.c | 43 +++ > libavcodec/qsvenc.h | 2 ++ > libavcodec/qsvenc_h264.c | 5

Re: [FFmpeg-devel] [PATCH 1/2] lavc/qsvenc: expose qp of encoded frames

2018-08-06 Thread James Almer
On 8/7/2018 12:12 AM, James Almer wrote: > On 7/26/2018 4:51 AM, Zhong Li wrote: >> Requirement from ticket #7254. >> Currently only H264 supported by MSDK. >> >> Signed-off-by: Zhong Li >> --- >> libavcodec/qsvenc.c | 43 +++ >> libavcodec/qsvenc.h

Re: [FFmpeg-devel] [PATCH 1/2] lavc/qsvenc: expose qp of encoded frames

2018-08-06 Thread James Almer
On 7/26/2018 4:51 AM, Zhong Li wrote: > Requirement from ticket #7254. > Currently only H264 supported by MSDK. > > Signed-off-by: Zhong Li > --- > libavcodec/qsvenc.c | 43 +++ > libavcodec/qsvenc.h | 2 ++ > libavcodec/qsvenc_h264.c | 5

[FFmpeg-devel] [PATCH 1/2] lavc/qsvenc: expose qp of encoded frames

2018-07-26 Thread Zhong Li
Requirement from ticket #7254. Currently only H264 supported by MSDK. Signed-off-by: Zhong Li --- libavcodec/qsvenc.c | 43 +++ libavcodec/qsvenc.h | 2 ++ libavcodec/qsvenc_h264.c | 5 + 3 files changed, 50 insertions(+) diff --git