diff options
Diffstat (limited to 'gst-libs/gst/idct')
-rw-r--r-- | gst-libs/gst/idct/idct.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gst-libs/gst/idct/idct.h b/gst-libs/gst/idct/idct.h index b1377890..290ca9d9 100644 --- a/gst-libs/gst/idct/idct.h +++ b/gst-libs/gst/idct/idct.h @@ -23,6 +23,8 @@ #include <glib.h> +G_BEGIN_DECLS + typedef enum { GST_IDCT_DEFAULT, GST_IDCT_INT, @@ -48,4 +50,6 @@ GstIDCT *gst_idct_new(GstIDCTMethod method); #define gst_idct_convert_sparse(idct, blocks) (idct)->convert_sparse((blocks)) void gst_idct_destroy(GstIDCT *idct); +G_END_DECLS + #endif /* __GST_IDCT_H__ */ |