avcodec_decode_audio4() will reset the frame itself.
---
avplay.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/avplay.c b/avplay.c
index 1cec241..432db97 100644
--- a/avplay.c
+++ b/avplay.c
@@ -1846,8 +1846,7 @@ static int audio_decode_frame(VideoState *is, double
*pts_ptr)
if (!is->frame) {
if (!(is->frame = av_frame_alloc()))
return AVERROR(ENOMEM);
- } else
- avcodec_get_frame_defaults(is->frame);
+ }
if (flush_complete)
break;
--
1.7.10.4
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel