mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-11-01 13:03:52 +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:
@@ -135,5 +135,5 @@ AVCodec ff_ra_144_decoder = {
|
||||
.priv_data_size = sizeof(RA144Context),
|
||||
.init = ra144_decode_init,
|
||||
.decode = ra144_decode_frame,
|
||||
.capabilities = CODEC_CAP_DR1,
|
||||
.capabilities = AV_CODEC_CAP_DR1,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user