On Tue, Nov 29, 2016 at 03:29:17PM -0500, Vittorio Giovara wrote: > On Tue, Nov 29, 2016 at 1:34 PM, Diego Biurrun <[email protected]> wrote: > > --- a/libavdevice/libdc1394.c > > +++ b/libavdevice/libdc1394.c > > @@ -104,9 +79,6 @@ struct dc1394_frame_rate { > > #define OFFSET(x) offsetof(dc1394_data, x) > > #define DEC AV_OPT_FLAG_DECODING_PARAM > > static const AVOption options[] = { > > -#if HAVE_LIBDC1394_1 > > - { "channel", "", offsetof(dc1394_data, channel), AV_OPT_TYPE_INT, > > {.i64 = 0}, 0, INT_MAX, AV_OPT_FLAG_DECODING_PARAM }, > > -#endif > > should this option be kept around and converted into a warning, so not > to break random scripts still in the wild?
That's a question for Anton, he added that option back in 2011. Diego _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
