summaryrefslogtreecommitdiffstats
path: root/ext/theora/theoradec.h
diff options
context:
space:
mode:
authorMichael Smith <msmith@xiph.org>2006-04-17 18:44:48 +0000
committerMichael Smith <msmith@xiph.org>2006-04-17 18:44:48 +0000
commitd5ecfe3ca92740168c74d787df12d1eb974bf9e2 (patch)
treea884c7506f5cf0e7d1965e4428dd09763d8d3c54 /ext/theora/theoradec.h
parent8b081dd1d412596b1e59a6e0f98bca8b0ac0950e (diff)
downloadgst-plugins-bad-d5ecfe3ca92740168c74d787df12d1eb974bf9e2.tar.gz
gst-plugins-bad-d5ecfe3ca92740168c74d787df12d1eb974bf9e2.tar.bz2
gst-plugins-bad-d5ecfe3ca92740168c74d787df12d1eb974bf9e2.zip
ext/theora/theoradec.*: Apply fix from j^ for API change in libtheoradec.
Original commit message from CVS: * ext/theora/theoradec.c: (theora_dec_src_convert), (theora_handle_type_packet), (theora_handle_422_image), (theora_handle_420_image), (theora_handle_data_packet): * ext/theora/theoradec.h: Apply fix from j^ for API change in libtheoradec. Implement 4:2:2 pixel format. Untested at the moment.
Diffstat (limited to 'ext/theora/theoradec.h')
-rw-r--r--ext/theora/theoradec.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/theora/theoradec.h b/ext/theora/theoradec.h
index a19b04dd..07cae5ae 100644
--- a/ext/theora/theoradec.h
+++ b/ext/theora/theoradec.h
@@ -62,7 +62,7 @@ struct _GstTheoraExpDec
th_dec_ctx *dec;
th_setup_info *setup;
- theora_info info;
+ th_info info;
th_comment comment;
gboolean have_header;
@@ -73,6 +73,7 @@ struct _GstTheoraExpDec
gboolean need_keyframe;
gint width, height;
gint offset_x, offset_y;
+ gint output_bpp;
int frame_nr;