mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-10-23 09:01:00 +08: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:
@@ -346,7 +346,7 @@ AVCodec ff_libvorbis_encoder = {
|
||||
.init = libvorbis_encode_init,
|
||||
.encode2 = libvorbis_encode_frame,
|
||||
.close = libvorbis_encode_close,
|
||||
.capabilities = CODEC_CAP_DELAY,
|
||||
.capabilities = AV_CODEC_CAP_DELAY,
|
||||
.sample_fmts = (const enum AVSampleFormat[]) { AV_SAMPLE_FMT_FLTP,
|
||||
AV_SAMPLE_FMT_NONE },
|
||||
.priv_class = &class,
|
||||
|
Reference in New Issue
Block a user