summaryrefslogtreecommitdiff
path: root/libavcodec/a52dec.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/a52dec.c')
-rw-r--r--libavcodec/a52dec.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/libavcodec/a52dec.c b/libavcodec/a52dec.c
index c9f22a981d..fb169c7ee3 100644
--- a/libavcodec/a52dec.c
+++ b/libavcodec/a52dec.c
@@ -16,6 +16,12 @@
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
+
+/**
+ * @file a52dec.c
+ * A52 decoder.
+ */
+
#include "avcodec.h"
#include "liba52/a52.h"