Re: [libav-devel] [RFC] [PATCH] stereo3d: Update the naming API to be more consistent

2017-04-24 Thread Vittorio Giovara
On Mon, Apr 24, 2017 at 11:24 AM, James Almer wrote: > On 4/24/2017 11:55 AM, Vittorio Giovara wrote: >> On Sun, Apr 23, 2017 at 11:31 PM, James Almer wrote: >>> On 4/20/2017 12:34 PM, Vittorio Giovara wrote: Change input type of the type->str

Re: [libav-devel] [RFC] [PATCH] stereo3d: Update the naming API to be more consistent

2017-04-24 Thread James Almer
On 4/24/2017 11:55 AM, Vittorio Giovara wrote: > On Sun, Apr 23, 2017 at 11:31 PM, James Almer wrote: >> On 4/20/2017 12:34 PM, Vittorio Giovara wrote: >>> >>> Change input type of the type->str function and return a proper >>> error code for the str->type function. >>> --- >>>

Re: [libav-devel] [RFC] [PATCH] stereo3d: Update the naming API to be more consistent

2017-04-24 Thread Vittorio Giovara
On Sun, Apr 23, 2017 at 11:31 PM, James Almer wrote: > On 4/20/2017 12:34 PM, Vittorio Giovara wrote: >> >> Change input type of the type->str function and return a proper >> error code for the str->type function. >> --- >> Similar reasoning to the previous patch. >> Vittorio

Re: [libav-devel] [RFC] [PATCH] stereo3d: Update the naming API to be more consistent

2017-04-23 Thread James Almer
On 4/20/2017 12:34 PM, Vittorio Giovara wrote: Change input type of the type->str function and return a proper error code for the str->type function. --- Similar reasoning to the previous patch. Vittorio libavutil/stereo3d.c | 6 +++--- libavutil/stereo3d.h | 2 +- 2 files changed, 4

Re: [libav-devel] [RFC] [PATCH] stereo3d: Update the naming API to be more consistent

2017-04-20 Thread Luca Barbato
On 4/20/17 5:34 PM, Vittorio Giovara wrote: > Change input type of the type->str function and return a proper > error code for the str->type function. > --- > Similar reasoning to the previous patch. > Vittorio > Fine for me. lu ___ libav-devel

[libav-devel] [RFC] [PATCH] stereo3d: Update the naming API to be more consistent

2017-04-20 Thread Vittorio Giovara
Change input type of the type->str function and return a proper error code for the str->type function. --- Similar reasoning to the previous patch. Vittorio libavutil/stereo3d.c | 6 +++--- libavutil/stereo3d.h | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git