mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-02 21:12:12 +00:00
Clarify that this decoder uses liba52.
Originally committed as revision 8199 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
0aca87c6fc
commit
4926485d92
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user