Reformat rdt_demuxer AVCodec struct sanely.
Originally committed as revision 16969 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -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,
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user