[FFmpeg-devel] [PATCH v2] Change cube faces order to match Youtube's

wm4 nfxjfg at googlemail.com
Tue Mar 13 07:10:22 EET 2018


On Mon, 12 Mar 2018 17:05:30 +0100
Paul B Mahol <onemda at gmail.com> wrote:

> On 3/12/18, Nicolas George <george at nsup.org> wrote:
> > Paul B Mahol (2018-03-12):  
> >> > What are these avfilter limitations you speak of?  
> >  
> >> Sure.  
> >
> > Is "sure" supposed to be an answer to that question?  
> 
> Look at thread for stereo3d video filter patch.

Right, it can't know the output format until it sees an AVFrame with
the side data. But in libavfilter it needs to report the output format
before any frame is input. Fixing it requires either adding side data
to the input/output filter pad configuration, or dynamic
reconfiguration at runtime.


More information about the ffmpeg-devel mailing list