diff options
Diffstat (limited to 'ext/theora/theoradec.h')
-rw-r--r-- | ext/theora/theoradec.h | 3 |
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; |