From a91f146a8e25edc4edbe6fa49ac45b576e336f07 Mon Sep 17 00:00:00 2001 From: iovar Date: Thu, 18 Jan 2007 17:42:57 +0000 Subject: New file: encode_cache.c. Moved some of the code on cache encoding, from main to a new fuction(EncodeCache). Added EncodeCache declaration in rmdfunc.h git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@257 f606c939-3180-4ac9-a4b8-4b8779d57d0a --- recordmydesktop/include/rmdfunc.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'recordmydesktop/include/rmdfunc.h') diff --git a/recordmydesktop/include/rmdfunc.h b/recordmydesktop/include/rmdfunc.h index ebec84f..ec74105 100644 --- a/recordmydesktop/include/rmdfunc.h +++ b/recordmydesktop/include/rmdfunc.h @@ -442,5 +442,12 @@ int SwapCacheFilesRead(char *name,int n,gzFile **fp,FILE **ucfp); */ int PurgeCache(CacheData *cache_data_t,int sound); +/** +* Encode cache into an +* ogg stream. +* \param pdata ProgData struct containing all program data +*/ +void EncodeCache(ProgData *pdata); + #endif -- cgit v1.2.1