diff options
Diffstat (limited to 'src/demuxers/demux.h')
-rw-r--r-- | src/demuxers/demux.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/demuxers/demux.h b/src/demuxers/demux.h index 301fe0f2b..0e57a535a 100644 --- a/src/demuxers/demux.h +++ b/src/demuxers/demux.h @@ -65,6 +65,11 @@ struct demux_class_s { */ const char *description; + /** + * @brief Optional non-standard catalog to use with dgettext() for description. + */ + const char *textdomain; + /* * return MIME types supported for this plugin */ |