git.videolan.org
/
ffmpeg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
avplay: do not call avcodec_get_frame_defaults().
[ffmpeg.git]
/
avplay.c
diff --git
a/avplay.c
b/avplay.c
index
1cec241
..
432db97
100644
(file)
--- 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;