Mercurial > mplayer.hg
changeset 15474:40adf41c9b29
FRAPS decoder (FPS1) with binary dll
Patch by Gianluigi Tiesi
author | rtognimp |
---|---|
date | Sat, 14 May 2005 23:31:29 +0000 |
parents | c1a6002fb140 |
children | ffe2b5261af5 |
files | etc/codecs.conf loader/win32.c |
diffstat | 2 files changed, 13 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/codecs.conf Sat May 14 21:35:35 2005 +0000 +++ b/etc/codecs.conf Sat May 14 23:31:29 2005 +0000 @@ -1724,6 +1724,16 @@ dll "tsccvid.dll" out BGR32,BGR24,BGR15,BGR8 query,flip +; Fraps - Realtime Video Capture - http://www.fraps.com/ +videocodec fraps + info "FRAPS: Realtime Video Capture" + comment "Requires a processor with SSE???" + status working + fourcc FPS1,fps1 + driver vfw + dll "frapsvid.dll" + out BGR32 flip + ; raw formats: (now RGB formats are autodetected) ; these raw codecs are used mostly by TV input
--- a/loader/win32.c Sat May 14 21:35:35 2005 +0000 +++ b/loader/win32.c Sat May 14 23:31:29 2005 +0000 @@ -4951,6 +4951,9 @@ FF(printf,-1) FF(getenv,-1) FF(floor,-1) +/* needed by frapsvid.dll */ + {"strstr",-1,(char *)&strstr}, + {"qsort",-1,(void *)&qsort}, #ifdef MPLAYER FF(_EH_prolog,-1) #endif