commit | 7ab5ff91add1361161d3470f07b2cdd1284d5066 | [log] [tgz] |
---|---|---|
author | Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk> | Mon Jun 01 22:42:08 2009 +0200 |
committer | Tim-Philipp Müller <tim.muller@collabora.co.uk> | Tue Apr 12 20:32:12 2011 +0100 |
tree | 09d5b772af38bcdc99d1eb78c72bd85b8698e931 | |
parent | 4dbeaeefe37f340d12399947f793d7596af145d6 [diff] [blame] |
gppmux: enhance ftyp brand heuristic. Fixes #584360.
diff --git a/gst/quicktime/atoms.h b/gst/quicktime/atoms.h index 4d8dce1..23bc19b 100644 --- a/gst/quicktime/atoms.h +++ b/gst/quicktime/atoms.h
@@ -518,6 +518,10 @@ AtomTKHD tkhd; AtomMDIA mdia; + + /* some helper info for structural conformity checks */ + gboolean is_video; + gboolean is_h264; } AtomTRAK; typedef struct _AtomMOOV