mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-28 04:31:06 +00:00
Add 'pnot' as a valid atom name in quicktime
Original commit message from CVS: Add 'pnot' as a valid atom name in quicktime
This commit is contained in:
parent
2addec025a
commit
2ea76a320c
1 changed files with 1 additions and 0 deletions
|
@ -625,6 +625,7 @@ qt_type_find (GstTypeFind *tf, gpointer unused)
|
|||
if (strncmp (&data[4], "wide", 4) != 0 &&
|
||||
strncmp (&data[4], "moov", 4) != 0 &&
|
||||
strncmp (&data[4], "mdat", 4) != 0 &&
|
||||
strncmp (&data[4], "pnot", 4) != 0 &&
|
||||
strncmp (&data[4], "free", 4) != 0) {
|
||||
tip = 0;
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue