Ticket #294: deinterlace.patch
| File deinterlace.patch, 380 bytes (added by Fritz, 2 years ago) |
|---|
-
ffmpeg.c
diff --git a/ffmpeg.c b/ffmpeg.c index 0b1b1be..b3977ab 100644
a b static void pre_process_video_frame(AVInputStream *ist, AVPicture *picture, void 1072 1072 buf = NULL; 1073 1073 picture2 = picture; 1074 1074 } 1075 else 1076 dec->coded_frame->interlaced_frame = 0; 1075 1077 } else { 1076 1078 picture2 = picture; 1077 1079 }
