summaryrefslogtreecommitdiff
path: root/recordmydesktop/include
diff options
context:
space:
mode:
authorenselic <enselic@f606c939-3180-4ac9-a4b8-4b8779d57d0a>2008-09-12 18:27:36 +0000
committerenselic <enselic@f606c939-3180-4ac9-a4b8-4b8779d57d0a>2008-09-12 18:27:36 +0000
commit98e747f9d2d94ff2e7c3673e3593a10394e1beb6 (patch)
tree613d8831861b51afc34e4fab5e28800e3dea40c6 /recordmydesktop/include
parent7487ea601384016ed6185e9083ea3e0d1b71fa46 (diff)
There is no point in keeping MakeMatrices() in a separate file.
src/Makefile.am src/bgr_to_yuv.c: Deleted. src/initialize_data.c: Put MakeMatrices() here as a static function. git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@509 f606c939-3180-4ac9-a4b8-4b8779d57d0a
Diffstat (limited to 'recordmydesktop/include')
-rw-r--r--recordmydesktop/include/rmdfunc.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/recordmydesktop/include/rmdfunc.h b/recordmydesktop/include/rmdfunc.h
index f7390b8..3b979c7 100644
--- a/recordmydesktop/include/rmdfunc.h
+++ b/recordmydesktop/include/rmdfunc.h
@@ -361,11 +361,6 @@ int OpenDev( const char *pcm_dev,
void InitEncoder(ProgData *pdata,EncData *enc_data_t,int buffer_ready);
/**
-* Fill Yr,Yg,Yb,Ur,Ug.Ub,Vr,Vg,Vb arrays(globals) with values.
-*/
-void MakeMatrices();
-
-/**
* Image caching thread. Copies the yuv buffer, compares with the last one and
* caches the result.
*
© All Rights Reserved