diff options
Diffstat (limited to 'src/decoder_thread.c')
-rw-r--r-- | src/decoder_thread.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/decoder_thread.c b/src/decoder_thread.c index 28dbcaa8e..f8ed86047 100644 --- a/src/decoder_thread.c +++ b/src/decoder_thread.c @@ -57,7 +57,7 @@ decoder_file_decode(const struct decoder_plugin *plugin, struct decoder *decoder, const char *path) { assert(plugin != NULL); - assert(plugin->stream_decode != NULL); + assert(plugin->file_decode != NULL); assert(decoder != NULL); assert(!decoder->stream_tag_sent); assert(path != NULL); |