FRAPS decoder (FPS1) with binary dll

Patch by Gianluigi Tiesi


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15475 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
rtognimp 2005-05-14 23:31:29 +00:00
parent 01907d1e68
commit bb10329621
2 changed files with 13 additions and 0 deletions

View File

@ -1724,6 +1724,16 @@ videocodec camtasia
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

View File

@ -4951,6 +4951,9 @@ struct exports exp_msvcrt[]={
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