Commit 4926485d authored by Diego Biurrun's avatar Diego Biurrun

Clarify that this decoder uses liba52.

Originally committed as revision 8199 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 0aca87c6
/* /*
* A52 decoder * A52 decoder using liba52
* Copyright (c) 2001 Fabrice Bellard. * Copyright (c) 2001 Fabrice Bellard.
* *
* This file is part of FFmpeg. * This file is part of FFmpeg.
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
/** /**
* @file a52dec.c * @file a52dec.c
* A52 decoder. * A52 decoder using liba52
*/ */
#include "avcodec.h" #include "avcodec.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment