mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-09 07:52:36 +00:00
y4mdec: Default colorspace is I420
https://bugzilla.gnome.org/show_bug.cgi?id=639296
This commit is contained in:
parent
24e89ab39c
commit
a2b5e7863e
1 changed files with 1 additions and 1 deletions
|
@ -280,7 +280,7 @@ static gboolean
|
||||||
gst_y4m_dec_parse_header (GstY4mDec * y4mdec, char *header)
|
gst_y4m_dec_parse_header (GstY4mDec * y4mdec, char *header)
|
||||||
{
|
{
|
||||||
char *end;
|
char *end;
|
||||||
int format = -1;
|
int format = 420;
|
||||||
int interlaced_char = 0;
|
int interlaced_char = 0;
|
||||||
|
|
||||||
if (memcmp (header, "YUV4MPEG2 ", 10) != 0) {
|
if (memcmp (header, "YUV4MPEG2 ", 10) != 0) {
|
||||||
|
|
Loading…
Reference in a new issue