mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-24 02:20:56 +01:00
Merge commit '84f131921f'
* commit '84f131921f':
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 changed files with 0 additions and 1 deletions
1
ffplay.c
1
ffplay.c
|
|
@ -2167,7 +2167,6 @@ static int audio_decode_frame(VideoState *is)
|
|||
return AVERROR(ENOMEM);
|
||||
} else {
|
||||
av_frame_unref(is->frame);
|
||||
avcodec_get_frame_defaults(is->frame);
|
||||
}
|
||||
|
||||
if (is->audioq.serial != is->audio_pkt_temp_serial)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue