Re: [FFmpeg-devel] [PATCH v2 1/2] lavc/qsvdec: fix pts

2021-06-17 Thread Zhong Li
LGTM, will apply Haihao Xiang 于2021年6月11日周五 上午10:20写道: > > The time base used for compressed bitstream and video frame in the SDK > is { 1, 9 }. [1][2] > > This can avoid the error message below from the muxer. > > $> ffmpeg -hwaccel qsv -c:v hevc_qsv -i input.h265 -f null - > ... > [null @ 0

[FFmpeg-devel] [PATCH v2 1/2] lavc/qsvdec: fix pts

2021-06-10 Thread Haihao Xiang
The time base used for compressed bitstream and video frame in the SDK is { 1, 9 }. [1][2] This can avoid the error message below from the muxer. $> ffmpeg -hwaccel qsv -c:v hevc_qsv -i input.h265 -f null - ... [null @ 0x561c24f6f2f0] Application provided invalid, non monotonically increasing