X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=blobdiff_plain;f=avi2swf%2Fvideoreader_vfw.hh;h=71b0a404b484b95e27b68fed3f31aee8b44146da;hp=e69de29bb2d1d6434b8b29ae775ad8c2e48c5391;hb=f29d8006b1d8253c50808d6eb4941bdeb808c601;hpb=16b6534d3eea97eb2a8d3852bba43a203d3d4687 diff --git a/avi2swf/videoreader_vfw.hh b/avi2swf/videoreader_vfw.hh index e69de29..71b0a40 100644 --- a/avi2swf/videoreader_vfw.hh +++ b/avi2swf/videoreader_vfw.hh @@ -0,0 +1,29 @@ +/* videoreader_vfw.hh + Read avi files using video for windows (vfw). + + Part of the swftools package. + + Copyright (c) 2004 Matthias Kramm + + 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 __videoreader_vfw_h__ +#define __videoreader_vfw_h__ + +#include "videoreader.h" + +int videoreader_vfw_open(videoreader_t* v, char* filename); + +#endif