summaryrefslogtreecommitdiff
path: root/libavcodec/a52dec.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/a52dec.c')
-rw-r--r--libavcodec/a52dec.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/a52dec.c b/libavcodec/a52dec.c
index 96cb67e51a..615f9d7aa5 100644
--- a/libavcodec/a52dec.c
+++ b/libavcodec/a52dec.c
@@ -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"