Commit bb50ed08 authored by Anton Khirnov's avatar Anton Khirnov

ffmetaenc: remove useless initializers

Originally committed as revision 26114 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 645439c3
......@@ -91,8 +91,6 @@ AVOutputFormat ffmetadata_muxer = {
.name = "ffmetadata",
.long_name = NULL_IF_CONFIG_SMALL("FFmpeg metadata in text format"),
.extensions = "ffmeta",
.video_codec = CODEC_ID_NONE,
.audio_codec = CODEC_ID_NONE,
.write_header = write_header,
.write_packet = write_packet,
.write_trailer = write_trailer,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment