X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Frfxswf.h;h=ac17e9050e932d339929bd296163579442492376;hb=8873581f76d2dee9c132d03ad0edf9d0d9f9cf18;hp=673429a46be63a61b087250a5c96421a156c50b4;hpb=146c4b5ad786c4b289d225cdf7abf54d5ebbc216;p=swftools.git diff --git a/lib/rfxswf.h b/lib/rfxswf.h index 673429a..ac17e90 100644 --- a/lib/rfxswf.h +++ b/lib/rfxswf.h @@ -6,9 +6,20 @@ Copyright (c) 2000, 2001 Rainer Böhme - This file is distributed under the GPL, see file COPYING for details - -*/ + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ + #ifndef __RFX_SWF_INCLUDED__ #define __RFX_SWF_INCLUDED__ @@ -850,16 +861,20 @@ typedef struct _VIDEOSTREAM { int width; int height; + int linex; + int owidth; int oheight; - int frame; - int linex; int olinex; + + int frame; YUV*oldpic; YUV*current; - int bbx,bby; + int bbx; + int bby; int*mvdx; int*mvdy; + int quant; /* modifyable: */ int do_motion; //enable motion compensation (slow!)