From 6d7a1f124f38a4358f517437757f6f0c3fe21d8b Mon Sep 17 00:00:00 2001 From: deva Date: Sun, 19 Jun 2005 20:04:43 +0000 Subject: ImgEncoder now uses the file class for output, through jpeg_mem_dest. --- src/file.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/file.h') diff --git a/src/file.h b/src/file.h index 6326528..3faecb5 100644 --- a/src/file.h +++ b/src/file.h @@ -31,6 +31,9 @@ /* * $Log$ + * Revision 1.3 2005/06/19 20:04:43 deva + * ImgEncoder now uses the file class for output, through jpeg_mem_dest. + * * Revision 1.2 2005/06/13 20:38:19 deva * Added some logfile code. * Enhanced the file object... now ready to hook into mov_encoder @@ -46,6 +49,7 @@ #define __MIAV_FILE_H__ #include "info.h" +#include #include using namespace std; -- cgit v1.2.3