mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 10:41:04 +00:00
Add 'PICT' as possible qt atom type
Original commit message from CVS: Add 'PICT' as possible qt atom type
This commit is contained in:
parent
51ee95fb9a
commit
40ed06289e
1 changed files with 1 additions and 0 deletions
|
@ -644,6 +644,7 @@ qt_type_find (GstTypeFind *tf, gpointer unused)
|
|||
strncmp (&data[4], "moov", 4) != 0 &&
|
||||
strncmp (&data[4], "mdat", 4) != 0 &&
|
||||
strncmp (&data[4], "pnot", 4) != 0 &&
|
||||
strncmp (&data[4], "PICT", 4) != 0 &&
|
||||
strncmp (&data[4], "free", 4) != 0) {
|
||||
tip = 0;
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue