diff options
Diffstat (limited to '')
-rw-r--r-- | src/decoder/plugins/FfmpegDecoderPlugin.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/decoder/plugins/FfmpegDecoderPlugin.cxx b/src/decoder/plugins/FfmpegDecoderPlugin.cxx index f78e67af3..6ddb16d1d 100644 --- a/src/decoder/plugins/FfmpegDecoderPlugin.cxx +++ b/src/decoder/plugins/FfmpegDecoderPlugin.cxx @@ -100,8 +100,7 @@ struct AvioStream { :decoder(_decoder), input(_input), io(nullptr) {} ~AvioStream() { - if (io != nullptr) - av_free(io); + av_free(io); } bool Open(); |