X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=avi2swf%2Fvideoreader_avifile.hh;fp=avi2swf%2Fvideoreader_avifile.hh;h=4486536d83ad90682451194b420a7625ffe4bd63;hb=d40beabc5e8751ea4d43b12e1f1b338e719de2b4;hp=0000000000000000000000000000000000000000;hpb=6e989ddbb49ea026f08cdd43af7784c43bb9ffd6;p=swftools.git diff --git a/avi2swf/videoreader_avifile.hh b/avi2swf/videoreader_avifile.hh new file mode 100644 index 0000000..4486536 --- /dev/null +++ b/avi2swf/videoreader_avifile.hh @@ -0,0 +1,29 @@ +/* videoreader_avifile.hh + Read avi files using the avifile library. + + Part of the swftools package. + + Copyright (c) 2001,2002,2003 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_avifile_h__ +#define __videoreader_avifile_h__ + +#include "videoreader.h" + +int videoreader_avifile_open(videoreader_t* v, char* filename); + +#endif