Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-12-12 02:49:44 +0400
committerMichael Niedermayer <michaelni@gmx.at>2013-12-12 02:49:44 +0400
commit5a15bd6f2f40253dbc5d4add783d29cbe673aa97 (patch)
treea8ce86aae36d45058f5db88b77d267c50e9121be /ffplay.c
parent27e79779821ed0cca312e1d38ac3b1d38999b6ef (diff)
parent84f131921ffb43d8070d5680e91f6a24d66ccac4 (diff)
Merge commit '84f131921ffb43d8070d5680e91f6a24d66ccac4'
* commit '84f131921ffb43d8070d5680e91f6a24d66ccac4': avplay: do not call avcodec_get_frame_defaults(). Conflicts: ffplay.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'ffplay.c')
-rw-r--r--ffplay.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ffplay.c b/ffplay.c
index 4893ebcb2f..0b5331b72f 100644
--- a/ffplay.c
+++ b/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)