diff options
author | Diego Biurrun <diego@biurrun.de> | 2011-11-26 18:35:26 +0100 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2011-11-28 10:01:50 +0100 |
commit | c88ebdb42c0a4e4c3d78c705752f06fe78af27f6 (patch) | |
tree | 2699a272b193386456170a685e06192e9e754a4d /libavformat/a64.c | |
parent | 1469f943adb06b85ac7e22fd3e8121c2308b0830 (diff) | |
download | ffmpeg-c88ebdb42c0a4e4c3d78c705752f06fe78af27f6.tar.gz |
Eliminate pointless 0/NULL initializers in AVCodec and similar declarations.
Diffstat (limited to 'libavformat/a64.c')
-rw-r--r-- | libavformat/a64.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavformat/a64.c b/libavformat/a64.c index 4b4981e9a8..3cea50b6c5 100644 --- a/libavformat/a64.c +++ b/libavformat/a64.c @@ -166,7 +166,6 @@ static int a64_write_trailer(struct AVFormatContext *s) AVOutputFormat ff_a64_muxer = { .name = "a64", .long_name = NULL_IF_CONFIG_SMALL("a64 - video for Commodore 64"), - .mime_type = NULL, .extensions = "a64, A64", .priv_data_size = sizeof (A64Context), .video_codec = CODEC_ID_A64_MULTI, |