You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
Clarify that this decoder uses liba52.
Originally committed as revision 8199 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user