Clarify that this decoder uses liba52.

Originally committed as revision 8199 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Diego Biurrun 2007-03-03 08:29:03 +00:00
parent 0aca87c6fc
commit 4926485d92

View File

@ -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"