mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 17:20:36 +00:00
fix warning
Original commit message from CVS: fix warning
This commit is contained in:
parent
0bb14ff2f2
commit
31a89e1b92
1 changed files with 1 additions and 1 deletions
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue