aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder/DecoderInternal.cxx
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/decoder/DecoderInternal.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/decoder/DecoderInternal.cxx b/src/decoder/DecoderInternal.cxx
index 416a75b75..f35878682 100644
--- a/src/decoder/DecoderInternal.cxx
+++ b/src/decoder/DecoderInternal.cxx
@@ -85,6 +85,9 @@ Decoder::GetChunk()
void
Decoder::FlushChunk()
{
+ assert(!seeking);
+ assert(!initial_seek_running);
+ assert(!initial_seek_pending);
assert(chunk != nullptr);
if (chunk->IsEmpty())