Commit 1c695f40 authored by diego's avatar diego

Clarify that this decoder uses liba52.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@8199 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 0a0d5de0
/* /*
* 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