diff options
Diffstat (limited to 'ext/xvid/gstxvidenc.h')
-rw-r--r-- | ext/xvid/gstxvidenc.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/xvid/gstxvidenc.h b/ext/xvid/gstxvidenc.h index 198cadf3..e14b4133 100644 --- a/ext/xvid/gstxvidenc.h +++ b/ext/xvid/gstxvidenc.h @@ -74,6 +74,9 @@ GType gst_xvidenc_get_type(void); gboolean gst_xvidenc_plugin_init (GModule *module, GstPlugin *plugin); +/* in gstxvid.c */ +extern gchar * gst_xvid_error (int errorcode); + #ifdef __cplusplus } #endif /* __cplusplus */ |