From b0c0651d7ceec26d3d62e46eabeaa4ad2bc73a18 Mon Sep 17 00:00:00 2001 From: Mark Nauwelaerts Date: Mon, 1 Jun 2009 23:00:44 +0200 Subject: qtmux (and variants): handle pixel-aspect-ratio. Fixes #584358. --- gst/qtmux/atoms.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gst/qtmux/atoms.h') 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; -- cgit v1.2.1