summaryrefslogtreecommitdiffstats
path: root/gst/qtmux/atoms.h
diff options
context:
space:
mode:
authorMark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>2009-06-01 23:00:44 +0200
committerMark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>2009-06-19 18:12:54 +0200
commitb0c0651d7ceec26d3d62e46eabeaa4ad2bc73a18 (patch)
tree3a63eff937643bd0e366cb8885b833a121c46ffc /gst/qtmux/atoms.h
parent98292e9efd73dc11f704cdea986297b445315243 (diff)
downloadgst-plugins-bad-b0c0651d7ceec26d3d62e46eabeaa4ad2bc73a18.tar.gz
gst-plugins-bad-b0c0651d7ceec26d3d62e46eabeaa4ad2bc73a18.tar.bz2
gst-plugins-bad-b0c0651d7ceec26d3d62e46eabeaa4ad2bc73a18.zip
qtmux (and variants): handle pixel-aspect-ratio. Fixes #584358.
Diffstat (limited to 'gst/qtmux/atoms.h')
-rw-r--r--gst/qtmux/atoms.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gst/qtmux/atoms.h b/gst/qtmux/atoms.h
index 23bc19bb..0bf3f207 100644
--- a/gst/qtmux/atoms.h
+++ b/gst/qtmux/atoms.h
@@ -602,6 +602,8 @@ typedef struct
guint depth;
guint frame_count;
gint color_table_id;
+ guint par_n;
+ guint par_d;
GstBuffer *codec_data;
} VisualSampleEntry;