[libav-devel] [PATCH] lavc: set AVFrame pkt_pts and reordered_opaque in reget_buffer

2014-02-10 Thread John Stebbins
--- libavcodec/utils.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libavcodec/utils.c b/libavcodec/utils.c index 46f339f..b2b11ef 100644 --- a/libavcodec/utils.c +++ b/libavcodec/utils.c @@ -762,8 +762,11 @@ int ff_reget_buffer(AVCodecContext *avctx, AVFrame *frame)

Re: [libav-devel] [PATCH] lavc: set AVFrame pkt_pts and reordered_opaque in reget_buffer

2014-02-10 Thread Anton Khirnov
On Mon, 10 Feb 2014 08:53:20 -0700, John Stebbins stebb...@jetheaddev.com wrote: --- libavcodec/utils.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libavcodec/utils.c b/libavcodec/utils.c index 46f339f..b2b11ef 100644 --- a/libavcodec/utils.c +++