ffmpeg: add TODO on reimplementing deinterlace for ffmpeg 3.
This commit is contained in:
@@ -1632,6 +1632,7 @@ AVCodecDecoder::_DeinterlaceAndColorConvertVideoFrame()
|
|||||||
useDeinterlacedPicture = true;
|
useDeinterlacedPicture = true;
|
||||||
#else
|
#else
|
||||||
// avpicture_deinterlace is gone
|
// avpicture_deinterlace is gone
|
||||||
|
// TODO: implement alternate deinterlace using avfilter
|
||||||
TRACE("[v] avpicture_deinterlace() - not implemented\n");
|
TRACE("[v] avpicture_deinterlace() - not implemented\n");
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user