From 8c348ff58094f6385c97e9c9d260d7ae229d3fe9 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Sat, 1 Jun 2002 12:28:28 +0000 Subject: added encoding pattern property Original commit message from CVS: added encoding pattern property B-frames don't work --- ext/libfame/gstlibfame.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ext/libfame/gstlibfame.h') diff --git a/ext/libfame/gstlibfame.h b/ext/libfame/gstlibfame.h index f56f651d..59e85b9d 100644 --- a/ext/libfame/gstlibfame.h +++ b/ext/libfame/gstlibfame.h @@ -61,6 +61,9 @@ struct _GstLibfame { /* the size of the output buffer */ gint outsize; + /* encoding pattern string */ + gchar *pattern; + /* libfame stuff */ fame_context_t *fc; fame_parameters_t fp; -- cgit v1.2.1