Browse Source

Merge commit '84f131921ffb43d8070d5680e91f6a24d66ccac4'

* commit '84f131921ffb43d8070d5680e91f6a24d66ccac4':
  avplay: do not call avcodec_get_frame_defaults().

Conflicts:
	ffplay.c

Merged-by: Michael Niedermayer <michaelni@gmx.at>
tags/n2.2-rc1
Michael Niedermayer 12 years ago
parent
commit
5a15bd6f2f
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      ffplay.c

+ 0
- 1
ffplay.c View File

@@ -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…
Cancel
Save