gst/asfdemux/gstasfdemux.c: forgot to add WMV3 at a second place

Original commit message from CVS:
* gst/asfdemux/gstasfdemux.c : forgot to add WMV3 at a second place
This commit is contained in:
Stéphane Loeuillet 2004-05-16 20:49:44 +00:00
parent 84ff5e933f
commit 4a3d8d3dc1

View file

@ -122,6 +122,7 @@ gst_asf_demux_base_init (gpointer g_class)
GST_MAKE_FOURCC ('D', 'V', 'S', 'D'),
GST_MAKE_FOURCC ('W', 'M', 'V', '1'),
GST_MAKE_FOURCC ('W', 'M', 'V', '2'),
GST_MAKE_FOURCC ('W', 'M', 'V', '3'),
GST_MAKE_FOURCC ('M', 'P', 'G', '4'),
GST_MAKE_FOURCC ('M', 'P', '4', '2'),
GST_MAKE_FOURCC ('M', 'P', '4', '3'),