Signed-off-by: Michael Niedermayer <[email protected]>
Signed-off-by: Marton Balint <[email protected]>
Signed-off-by: Justin Ruggles <[email protected]>
---
avplay.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/avplay.c b/avplay.c
index 5fcfaa6..bf1ac1b 100644
--- a/avplay.c
+++ b/avplay.c
@@ -2102,6 +2102,7 @@ static int audio_decode_frame(VideoState *is, double
*pts_ptr)
/* free the current packet */
if (pkt->data)
av_free_packet(pkt);
+ memset(pkt_temp, 0, sizeof(*pkt_temp));
if (is->paused || is->audioq.abort_request) {
return -1;
--
1.7.1
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel