mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-12 01:40:04 +01:00
Eliminate pointless 0/NULL initializers in AVCodec and similar declarations.
This commit is contained in:
@@ -246,7 +246,6 @@ URLProtocol ff_tls_protocol = {
|
||||
.url_open = tls_open,
|
||||
.url_read = tls_read,
|
||||
.url_write = tls_write,
|
||||
.url_seek = NULL,
|
||||
.url_close = tls_close,
|
||||
.priv_data_size = sizeof(TLSContext),
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user