shithub: aacdec

Download patch

ref: 69f8ee6997fcce04ca64fa9dd5e79d8fc977d96a
parent: a00ace376fd9a64be5423268d00c3fcf2c9bb478
author: menno <menno>
date: Sun Apr 27 13:42:59 EDT 2003

no message

--- a/plugins/foo_mp4/foo_mp4.cpp
+++ b/plugins/foo_mp4/foo_mp4.cpp
@@ -16,7 +16,7 @@
 ** along with this program; if not, write to the Free Software
 ** Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 **
-** $Id: foo_mp4.cpp,v 1.25 2003/04/27 17:22:33 menno Exp $
+** $Id: foo_mp4.cpp,v 1.26 2003/04/27 17:42:59 menno Exp $
 **/
 
 #include <mp4.h>
@@ -35,7 +35,7 @@
 }
 
 DECLARE_COMPONENT_VERSION ("MPEG-4 AAC decoder",
-                           STRIP_REVISION("$Revision: 1.25 $"),
+                           STRIP_REVISION("$Revision: 1.26 $"),
                            "Based on FAAD2 v" FAAD2_VERSION "\nCopyright (C) 2002-2003 http://www.audiocoding.com" );
 
 class input_mp4 : public input
@@ -492,6 +492,7 @@
         }
         advance_buffer(m_aac_bytes_consumed);
 
+        info->info_set("codec", "AAC");
         info->set_length(length);
 
         info->info_set_int("bitrate", bitrate);