YADIF Deinterlacer

This commit is contained in:
jojo61
2019-04-05 07:20:52 +02:00
parent 8682ab01c4
commit 7e5c6f349d
7 changed files with 463 additions and 186 deletions

View File

@@ -62,7 +62,9 @@ struct _video_decoder_
int FirstKeyFrame; ///< flag first frame
//#endif
AVFrame *Frame; ///< decoded video frame
#ifdef YADIF
int filter; // flag for yadif filter
#endif
/* hwaccel options */
enum HWAccelID hwaccel_id;
char *hwaccel_device;