Re: [FFmpeg-devel] [PATCH 1/8 v3] avutil/stereo3d add a Monoscopic view enum value

2024-06-22 Thread Vittorio Giovara
On Sat, Jun 22, 2024 at 9:57 PM James Almer wrote: > On 6/22/2024 12:31 PM, James Almer wrote: > > We need a way to signal the frame has a single view that doesn't map to > any > > particular eye, and it should be the default one. > > > > Signed-off-by: James Almer > > --- > > Now updating all t

Re: [FFmpeg-devel] [PATCH 1/8 v3] avutil/stereo3d add a Monoscopic view enum value

2024-06-22 Thread James Almer
On 6/22/2024 12:31 PM, James Almer wrote: We need a way to signal the frame has a single view that doesn't map to any particular eye, and it should be the default one. Signed-off-by: James Almer --- Now updating all the fate test... The 3D ones will be updated again in the following commits on

[FFmpeg-devel] [PATCH 1/8 v3] avutil/stereo3d add a Monoscopic view enum value

2024-06-22 Thread James Almer
We need a way to signal the frame has a single view that doesn't map to any particular eye, and it should be the default one. Signed-off-by: James Almer --- Now updating all the fate test... The 3D ones will be updated again in the following commits once ffprobe is adapted to properly handle the