mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-04-27 17:51:27 +08:00
Eliminate pointless 0/NULL initializers in AVCodec and similar declarations.
This commit is contained in:
@@ -108,6 +108,5 @@ static int mjpeg2jpeg_filter(AVBitStreamFilterContext *bsfc,
|
||||
|
||||
AVBitStreamFilter ff_mjpeg2jpeg_bsf = {
|
||||
.name = "mjpeg2jpeg",
|
||||
.priv_data_size = 0,
|
||||
.filter = mjpeg2jpeg_filter,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user