Remove CELT / Opus confusion in labels, doc and comments.
The situation was not clear when support was added but it is now: CELT and Opus are really two different codecs. The current code supports CELT via libcelt, not Opus. Signed-off-by: Nicolas George <nicolas.george@normalesup.org> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
committed by
Michael Niedermayer
parent
02ac6a6544
commit
cf88cf17d0
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Xiph CELT / Opus decoder using libcelt
|
||||
* Xiph CELT decoder using libcelt
|
||||
* Copyright (c) 2011 Nicolas George
|
||||
*
|
||||
* This file is part of FFmpeg.
|
||||
@@ -133,5 +133,5 @@ AVCodec ff_libcelt_decoder = {
|
||||
.close = libcelt_dec_close,
|
||||
.decode = libcelt_dec_decode,
|
||||
.capabilities = 0,
|
||||
.long_name = NULL_IF_CONFIG_SMALL("Xiph CELT/Opus decoder using libcelt"),
|
||||
.long_name = NULL_IF_CONFIG_SMALL("Xiph CELT decoder using libcelt"),
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user