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