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:
parent
84ff5e933f
commit
4a3d8d3dc1
@ -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'),
|
||||
|
Loading…
x
Reference in New Issue
Block a user