From 26f488caef0e88e1995b6141e17e3595a6cf34dc Mon Sep 17 00:00:00 2001 From: deva Date: Tue, 5 Jul 2005 23:15:16 +0000 Subject: *** empty log message *** --- src/libfame_wrapper.cc | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) (limited to 'src/libfame_wrapper.cc') diff --git a/src/libfame_wrapper.cc b/src/libfame_wrapper.cc index ab60b36..64eb9f5 100644 --- a/src/libfame_wrapper.cc +++ b/src/libfame_wrapper.cc @@ -31,6 +31,9 @@ /* * $Log$ + * Revision 1.2 2005/07/05 23:15:16 deva + * *** empty log message *** + * * Revision 1.1 2005/07/02 11:39:51 deva * Added some audiocode. * Moved libfame code out of mov_encoder @@ -68,17 +71,8 @@ LibFAMEWrapper::LibFAMEWrapper(Info *i) /////////LIBFAME STUFF/////////// // Allocate the output buffer. - // fame_buffer = new unsigned char [FAME_BUFFER_SIZE]; - /* - // Open output file - f=fopen(filename, "wb"); - if(!f) { - fprintf(stderr, "Failed to open output file [%s] due to the following error: %s", filename, strerror(errno)); - return; - } - */ // Open a new session of the fame library. // (If initialization was successful, it returns a non-null context which // can then be used for subsequent library calls.) -- cgit v1.2.3