14 lines
420 B
Plaintext
14 lines
420 B
Plaintext
$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;
|