mirror of https://git.ffmpeg.org/ffmpeg.git
swresample/swresample: Clear delayed_samples_fixup in clear_context()
This probably makes no difference but its more proper Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
824a82d1b8
commit
0dd2790df5
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue