Commit 82796aac authored by Michael Niedermayer's avatar Michael Niedermayer

avformat/utils: reinject global side data on seeks

This fixes ffplay replaygain with seeking
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent c0d62d99
......@@ -1716,6 +1716,8 @@ void ff_read_frame_flush(AVFormatContext *s)
for (j = 0; j < MAX_REORDER_DELAY + 1; j++)
st->pts_buffer[j] = AV_NOPTS_VALUE;
st->global_side_data_injected = 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