This patch fixes the h264_qsv decoder issues mentioned
in https://ffmpeg.zeranoe.com/forum/viewtopic.php?t=2962.
The patch may be tested by specifying h264_qsv as the decoder to ffplay
for an h264 encoded file.
ffplay -vcodec h264_qsv foo.mts
Signed-off-by: Yuli Khodorkovskiy
may be tested by specifying h264_qsv as the decoder to ffplay
> > for an h264 encoded file.
>
> > ffplay -vcodec h264_qsv foo.mts
>
> > Signed-off-by: Yuli Khodorkovskiy
> > ---
> > libavcodec/qsvdec.c | 10 ++
> > 1 file changed, 6 ins
This patch fixes the h264_qsv decoder issues mentioned
in https://ffmpeg.zeranoe.com/forum/viewtopic.php?t=2962.
The patch may be tested by specifying h264_qsv as the decoder to ffplay
for an h264 encoded file.
ffplay -vcodec h264_qsv foo.mts
Signed-off-by: Yuli Khodorkovskiy