0cb0c9df50
cards. tvtime processes the input from a capture card and displays it on a computer monitor or projector.
13 lines
420 B
Text
13 lines
420 B
Text
$NetBSD: patch-ae,v 1.1.1.1 2008/09/15 13:15:46 jmcneill Exp $
|
|
|
|
--- plugins/greedyh.asm.orig 2005-08-14 12:16:43.000000000 -0400
|
|
+++ plugins/greedyh.asm
|
|
@@ -18,7 +18,7 @@
|
|
|
|
#include "x86-64_macros.inc"
|
|
|
|
-void DScalerFilterGreedyH::FUNCT_NAME(TDeinterlaceInfo* pInfo)
|
|
+void FUNCT_NAME(TDeinterlaceInfo* pInfo)
|
|
{
|
|
int64_t i;
|
|
bool InfoIsOdd = (pInfo->PictureHistory[0]->Flags & PICTURE_INTERLACED_ODD) ? 1 : 0;
|