summaryrefslogtreecommitdiff
path: root/src/libfame_wrapper.cc
diff options
context:
space:
mode:
authordeva <deva>2005-07-05 23:15:16 +0000
committerdeva <deva>2005-07-05 23:15:16 +0000
commit26f488caef0e88e1995b6141e17e3595a6cf34dc (patch)
tree4d1ae92031f5b1f04900882d9888d5c474312c15 /src/libfame_wrapper.cc
parent91e9b782cc9ea0252ab2b211b15e8da4a3043d5f (diff)
*** empty log message ***
Diffstat (limited to 'src/libfame_wrapper.cc')
-rw-r--r--src/libfame_wrapper.cc12
1 files changed, 3 insertions, 9 deletions
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.)