summaryrefslogtreecommitdiff
path: root/src/xine-engine/video_decoder.h
diff options
context:
space:
mode:
authorDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2007-12-11 14:02:35 +0100
committerDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2007-12-11 14:02:35 +0100
commit5b812f5ae063e9e6dadb4eff65bbbe78e977c6f3 (patch)
tree06f683219d30878a3309102d09942707d63ab026 /src/xine-engine/video_decoder.h
parentb3419984efb0af7b31c9faebb779ee412e3d02f3 (diff)
downloadxine-lib-5b812f5ae063e9e6dadb4eff65bbbe78e977c6f3.tar.gz
xine-lib-5b812f5ae063e9e6dadb4eff65bbbe78e977c6f3.tar.bz2
Add a textdomain field to allow using a different i18n catalog for the description translation.
Diffstat (limited to 'src/xine-engine/video_decoder.h')
-rw-r--r--src/xine-engine/video_decoder.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/xine-engine/video_decoder.h b/src/xine-engine/video_decoder.h
index 7dfd10a14..249b86b4c 100644
--- a/src/xine-engine/video_decoder.h
+++ b/src/xine-engine/video_decoder.h
@@ -60,6 +60,11 @@ struct video_decoder_class_s {
*/
const char *description;
+ /**
+ * @brief Optional non-standard catalog to use with dgettext() for description.
+ */
+ const char *textdomain;
+
/*
* free all class-related resources
*/