mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-10-28 11:21:42 +08:00
Use more designated initializers.
Also remove some pointless NULL/0 assigments. C++ code must be left as it is because named struct initializers are not supported by C++ standard.
This commit is contained in:
committed by
Carl Eugen Hoyos
parent
73ba2c1e62
commit
ba10207bbe
@@ -1898,7 +1898,6 @@ AVCodec ff_dirac_decoder = {
|
||||
.id = CODEC_ID_DIRAC,
|
||||
.priv_data_size = sizeof(DiracContext),
|
||||
.init = dirac_decode_init,
|
||||
.encode = NULL,
|
||||
.close = dirac_decode_end,
|
||||
.decode = dirac_decode_frame,
|
||||
.capabilities = CODEC_CAP_DELAY,
|
||||
|
||||
Reference in New Issue
Block a user