Commit a062910f authored by michael's avatar michael

Reformat rdt_demuxer AVCodec struct sanely.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16969 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 8cccb2ac
......@@ -842,5 +842,8 @@ AVInputFormat rdt_demuxer = {
"rdt",
NULL_IF_CONFIG_SMALL("RDT demuxer"),
sizeof(RMDemuxContext),
NULL, NULL, NULL, rm_read_close, NULL, NULL
NULL,
NULL,
NULL,
rm_read_close,
};
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