diff options
Diffstat (limited to 'src/xine-engine/info_helper.h')
-rw-r--r-- | src/xine-engine/info_helper.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xine-engine/info_helper.h b/src/xine-engine/info_helper.h index 0d8f03925..281411f7a 100644 --- a/src/xine-engine/info_helper.h +++ b/src/xine-engine/info_helper.h @@ -112,7 +112,7 @@ void _x_meta_info_set_utf8(xine_stream_t *stream, int info, const char *str); * *enc charset encoding of the string * */ -void _x_meta_info_set_encoding(xine_stream_t *stream, int info, const char *str, const char *enc); +void _x_meta_info_set_generic(xine_stream_t *stream, int info, const char *str, const char *enc); /* * set a stream meta multiple info |