On Sun, Aug 16, 2015 at 03:55:55PM -0400, Ronald S. Bultje wrote:
> Hi,
> 
> On Sun, Aug 16, 2015 at 3:41 PM, Michael Niedermayer <mich...@niedermayer.cc
> > wrote:
> 
> > On Sun, Aug 16, 2015 at 01:27:03PM -0400, Ronald S. Bultje wrote:
> > > Hi,
> > >
> > > On Sat, Aug 8, 2015 at 7:37 AM, Andreas Cadhalpun <
[...]

> What is av_get_double() and av_get_int() and why would we want to keep
> them? If the answer is no, let's prepare a patch to put them under macros
> and mark them as deprecated before doing anything else.

These functions return the read value
their replacements return an error code and pass the read value
through a pointer in an argument

The agument to keep them is that returning the read value is more
convenient if you know the call cannot fail

The argument to deprecate and remove them is that the API becomes
less redundant

I have no preferrance which way this is resolved

[...]
-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

Concerning the gods, I have no means of knowing whether they exist or not
or of what sort they may be, because of the obscurity of the subject, and
the brevity of human life -- Protagoras

Attachment: signature.asc
Description: Digital signature

_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to