Don't display mencoder message for no video and uncompressed

This commit is contained in:
pagefault
2006-02-28 01:40:17 +00:00
parent 1265614651
commit 79a2c0af94

View File

@@ -667,10 +667,12 @@ ProcessMouseButtons:
pushad
call MovieDumpRaw
popad
cmp byte[MovieVideoMode],2
jb .nomencoder
cmp byte[mencoderExists],0
jne .okay
jne .nomencoder
call guimencodermsg
.okay
.nomencoder
ret
.noDumpRaw
cmp byte[GUICBHold],40