Commit 0dd2790d authored by Michael Niedermayer's avatar Michael Niedermayer

swresample/swresample: Clear delayed_samples_fixup in clear_context()

This probably makes no difference but its more proper
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 824a82d1
......@@ -133,6 +133,7 @@ static void clear_context(SwrContext *s){
swri_audio_convert_free(&s->full_convert);
swri_rematrix_free(s);
s->delayed_samples_fixup = 0;
s->flushed = 0;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment