comparison libfaac.c @ 5571:134296160fc9 libavcodec

right filename in doxygen comment
author benoit
date Wed, 22 Aug 2007 15:03:14 +0000
parents c3f2379b80db
children 48759bfbd073
comparison
equal deleted inserted replaced
5570:296006eeb808 5571:134296160fc9
18 * License along with FFmpeg; if not, write to the Free Software 18 * License along with FFmpeg; if not, write to the Free Software
19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
20 */ 20 */
21 21
22 /** 22 /**
23 * @file faacaudio.c 23 * @file libfaac.c
24 * Interface to libfaac for aac encoding. 24 * Interface to libfaac for aac encoding.
25 */ 25 */
26 26
27 #include "avcodec.h" 27 #include "avcodec.h"
28 #include <faac.h> 28 #include <faac.h>