diff options
Diffstat (limited to 'ext/xvid/gstxviddec.h')
-rw-r--r-- | ext/xvid/gstxviddec.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ext/xvid/gstxviddec.h b/ext/xvid/gstxviddec.h index a614bd81..fa90d06a 100644 --- a/ext/xvid/gstxviddec.h +++ b/ext/xvid/gstxviddec.h @@ -21,7 +21,6 @@ #define __GST_XVIDDEC_H__ #include <gst/gst.h> -#include <xvid.h> #include "gstxvid.h" #ifdef __cplusplus @@ -53,7 +52,7 @@ struct _GstXvidDec { void *handle; /* video (output) settings */ - gint csp, bpp; + gint csp, bpp, stride; gint width, height; double fps; }; |