[Ffmpeg-cvslog] r8199 - trunk/libavcodec/a52dec.c

diego subversion
Sat Mar 3 09:29:03 CET 2007


Author: diego
Date: Sat Mar  3 09:29:03 2007
New Revision: 8199

Modified:
   trunk/libavcodec/a52dec.c

Log:
Clarify that this decoder uses liba52.


Modified: trunk/libavcodec/a52dec.c
==============================================================================
--- trunk/libavcodec/a52dec.c	(original)
+++ trunk/libavcodec/a52dec.c	Sat Mar  3 09:29:03 2007
@@ -1,5 +1,5 @@
 /*
- * A52 decoder
+ * A52 decoder using liba52
  * Copyright (c) 2001 Fabrice Bellard.
  *
  * This file is part of FFmpeg.
@@ -21,7 +21,7 @@
 
 /**
  * @file a52dec.c
- * A52 decoder.
+ * A52 decoder using liba52
  */
 
 #include "avcodec.h"




More information about the ffmpeg-cvslog mailing list