Commit 035a394e authored by Jakub Stachowski's avatar Jakub Stachowski Committed by Kostya Shishkov

WMAL: do not output last frame again if nothing was decoded in current packet

Reviewed-by: 's avatarMashiat Sarker Shakkhar <mashiat.sarker@gmail.com>
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
Signed-off-by: 's avatarKostya Shishkov <kostya.shishkov@gmail.com>
parent f92f4523
......@@ -1166,6 +1166,8 @@ static int decode_packet(AVCodecContext *avctx, void *data, int *got_frame_ptr,
int buf_size = avpkt->size;
int num_bits_prev_frame, packet_sequence_number, spliced_packet;
s->frame.nb_samples = 0;
if (s->packet_done || s->packet_loss) {
s->packet_done = 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