fix warning

Original commit message from CVS:
fix warning
This commit is contained in:
Stéphane Loeuillet 2004-10-03 17:06:22 +00:00
parent 0bb14ff2f2
commit 31a89e1b92

View file

@ -777,7 +777,7 @@ gst_rmdemux_parse_mdpr (GstRMDemux * rmdemux, void *data, int length)
stream->subtype = stream_type;
switch (stream_type) {
int audio_fourcc_offset;
int audio_fourcc_offset = 0;
case GST_RMDEMUX_STREAM_VIDEO:
/* RV10/RV20/RV30/RV40 => video/x-pn-realvideo, version=1,2,3,4 */