diff options
Diffstat (limited to 'src/libffmpeg/ff_video_decoder.c')
-rw-r--r-- | src/libffmpeg/ff_video_decoder.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libffmpeg/ff_video_decoder.c b/src/libffmpeg/ff_video_decoder.c index 9b55db919..9e9f4f129 100644 --- a/src/libffmpeg/ff_video_decoder.c +++ b/src/libffmpeg/ff_video_decoder.c @@ -1537,7 +1537,7 @@ void *init_video_plugin (xine_t *xine, void *data) { this->decoder_class.open_plugin = ff_video_open_plugin; this->decoder_class.identifier = "ffmpeg video"; - this->decoder_class.description = _("ffmpeg based video decoder plugin"); + this->decoder_class.description = N_("ffmpeg based video decoder plugin"); this->decoder_class.dispose = ff_video_dispose_class; this->xine = xine; |