On Sat, Oct 21, 2017 at 08:52:26PM -0400, Ronald S. Bultje wrote:
> Hi,
> 
> On Sat, Oct 21, 2017 at 8:37 PM, Michael Niedermayer <mich...@niedermayer.cc
> > wrote:
> 
> > This is different from FF_API_VISMV which is supported through codecview.
> >
> > Signed-off-by: Michael Niedermayer <mich...@niedermayer.cc>
> > ---
> >  libavcodec/version.h | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/libavcodec/version.h b/libavcodec/version.h
> > index 8584bb7006..25696690d7 100644
> > --- a/libavcodec/version.h
> > +++ b/libavcodec/version.h
> > @@ -79,7 +79,7 @@
> >  #define FF_API_SET_DIMENSIONS    (LIBAVCODEC_VERSION_MAJOR < 58)
> >  #endif
> >  #ifndef FF_API_DEBUG_MV
> > -#define FF_API_DEBUG_MV          (LIBAVCODEC_VERSION_MAJOR < 58)
> > +#define FF_API_DEBUG_MV          (LIBAVCODEC_VERSION_MAJOR < 59)
> >  #endif
> >
> 
> Can you give an explanation for why this should be delayed? (It's missing
> in the commit message, and this is hard to evaluate without a
> justification/explanation.)

It was not agreed on ffmpeg-devel to remove this feature.

Its used for example by me occasionally to analyze videos in bug
reports for debuging them.

There is no replacement or alternative iam aware of

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

I have often repented speaking, but never of holding my tongue.
-- Xenocrates

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