Merge commit '84f131921ffb43d8070d5680e91f6a24d66ccac4'
* commit '84f131921ffb43d8070d5680e91f6a24d66ccac4': avplay: do not call avcodec_get_frame_defaults(). Conflicts: ffplay.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
commit
5a15bd6f2f
1
ffplay.c
1
ffplay.c
@ -2167,7 +2167,6 @@ static int audio_decode_frame(VideoState *is)
|
|||||||
return AVERROR(ENOMEM);
|
return AVERROR(ENOMEM);
|
||||||
} else {
|
} else {
|
||||||
av_frame_unref(is->frame);
|
av_frame_unref(is->frame);
|
||||||
avcodec_get_frame_defaults(is->frame);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (is->audioq.serial != is->audio_pkt_temp_serial)
|
if (is->audioq.serial != is->audio_pkt_temp_serial)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user