diff options
Diffstat (limited to 'src/combined/xine_theora_decoder.c')
-rw-r--r-- | src/combined/xine_theora_decoder.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/combined/xine_theora_decoder.c b/src/combined/xine_theora_decoder.c index 41e11b054..d43affead 100644 --- a/src/combined/xine_theora_decoder.c +++ b/src/combined/xine_theora_decoder.c @@ -338,7 +338,7 @@ static video_decoder_t *theora_open_plugin (video_decoder_class_t *class_gen, xi theora_comment_init (&this->t_comment); theora_info_init (&this->t_info); - stream->video_out->open (stream->video_out, stream); + (stream->video_out->open) (stream->video_out, stream); return &this->theora_decoder; |