mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-08 06:09:50 +00:00
lavc: AV-prefix all codec capabilities
Express bitfields more simply. Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
This commit is contained in:
parent
7c6eb0a1b7
commit
def97856de
276 changed files with 487 additions and 393 deletions
|
|
@ -413,7 +413,7 @@ AVCodec ff_libopus_encoder = {
|
|||
.init = libopus_encode_init,
|
||||
.encode2 = libopus_encode,
|
||||
.close = libopus_encode_close,
|
||||
.capabilities = CODEC_CAP_DELAY | CODEC_CAP_SMALL_LAST_FRAME,
|
||||
.capabilities = AV_CODEC_CAP_DELAY | AV_CODEC_CAP_SMALL_LAST_FRAME,
|
||||
.sample_fmts = (const enum AVSampleFormat[]){ AV_SAMPLE_FMT_S16,
|
||||
AV_SAMPLE_FMT_FLT,
|
||||
AV_SAMPLE_FMT_NONE },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue