[FFmpeg-cvslog] r16969 - trunk/libavformat/rmdec.c
michael
subversion
Tue Feb 3 14:12:20 CET 2009
Author: michael
Date: Tue Feb 3 14:12:20 2009
New Revision: 16969
Log:
Reformat rdt_demuxer AVCodec struct sanely.
Modified:
trunk/libavformat/rmdec.c
Modified: trunk/libavformat/rmdec.c
==============================================================================
--- trunk/libavformat/rmdec.c Tue Feb 3 12:01:57 2009 (r16968)
+++ trunk/libavformat/rmdec.c Tue Feb 3 14:12:20 2009 (r16969)
@@ -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,
};
More information about the ffmpeg-cvslog
mailing list