mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-06-03 02:17:45 +00:00
Eliminate pointless 0/NULL initializers in AVCodec and similar declarations.
This commit is contained in:
parent
1469f943ad
commit
c88ebdb42c
18 changed files with 0 additions and 32 deletions
|
@ -234,9 +234,6 @@ RTPDynamicProtocolHandler ff_mp4v_es_dynamic_handler = {
|
|||
.codec_type = AVMEDIA_TYPE_VIDEO,
|
||||
.codec_id = CODEC_ID_MPEG4,
|
||||
.parse_sdp_a_line = parse_sdp_line,
|
||||
.alloc = NULL,
|
||||
.free = NULL,
|
||||
.parse_packet = NULL
|
||||
};
|
||||
|
||||
RTPDynamicProtocolHandler ff_mpeg4_generic_dynamic_handler = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue