Commit f059463f authored by michael's avatar michael

Fix pts reordering code.

This fixes a regression introduced when libavfilter support was added to ffplay.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@23343 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 9f8b612d
......@@ -1600,6 +1600,7 @@ static int input_get_buffer(AVCodecContext *codec, AVFrame *pic)
pic->opaque = ref;
pic->age = INT_MAX;
pic->type = FF_BUFFER_TYPE_USER;
pic->reordered_opaque = codec->reordered_opaque;
return 0;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment