Commit 88297e80 authored by Michael Niedermayer's avatar Michael Niedermayer

Reformat rdt_demuxer AVCodec struct sanely.

Originally committed as revision 16969 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 1558d0b9
...@@ -842,5 +842,8 @@ AVInputFormat rdt_demuxer = { ...@@ -842,5 +842,8 @@ AVInputFormat rdt_demuxer = {
"rdt", "rdt",
NULL_IF_CONFIG_SMALL("RDT demuxer"), NULL_IF_CONFIG_SMALL("RDT demuxer"),
sizeof(RMDemuxContext), 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