diff options
author | deva <deva> | 2005-06-19 20:04:43 +0000 |
---|---|---|
committer | deva <deva> | 2005-06-19 20:04:43 +0000 |
commit | 6d7a1f124f38a4358f517437757f6f0c3fe21d8b (patch) | |
tree | 48beeb9589d50b8293ca71473a3e344036872cfa /src/file.h | |
parent | 52fd913be8b044f1d064973c53b4467e5bd153fe (diff) |
ImgEncoder now uses the file class for output, through jpeg_mem_dest.
Diffstat (limited to 'src/file.h')
-rw-r--r-- | src/file.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 <stdio.h> #include <string.h> using namespace std; |