Re: [FFmpeg-devel] [PATCH 3/4] lavc: Add wrapped_avframe decoder

2017-09-03 Thread Mark Thompson
On 03/09/17 18:25, Muhammad Faiz wrote: > On Sun, Sep 3, 2017 at 5:21 AM, Mark Thompson wrote: >> Intended for use with hardware frames for which rawvideo is not >> sufficient. >> --- >> Kindof nasty. Any thoughts on better ways of achieving the same result >> (hardware frames out of lavd) very

Re: [FFmpeg-devel] [PATCH 3/4] lavc: Add wrapped_avframe decoder

2017-09-03 Thread Muhammad Faiz
On Sun, Sep 3, 2017 at 5:21 AM, Mark Thompson wrote: > Intended for use with hardware frames for which rawvideo is not > sufficient. > --- > Kindof nasty. Any thoughts on better ways of achieving the same result > (hardware frames out of lavd) very welcome! > > > libavcodec/Makefile |

[FFmpeg-devel] [PATCH 3/4] lavc: Add wrapped_avframe decoder

2017-09-02 Thread Mark Thompson
Intended for use with hardware frames for which rawvideo is not sufficient. --- Kindof nasty. Any thoughts on better ways of achieving the same result (hardware frames out of lavd) very welcome! libavcodec/Makefile | 1 + libavcodec/allcodecs.c | 2 +- libavcodec/wrapped_avfra