Hi, On Mon, Jan 30, 2012 at 10:52 PM, Anton Khirnov <[email protected]> wrote: > The demuxers don't use it in any way. > --- > libavformat/flvdec.c | 1 - > libavformat/iv8.c | 1 - > 2 files changed, 0 insertions(+), 2 deletions(-) > > diff --git a/libavformat/flvdec.c b/libavformat/flvdec.c > index ad38653..1e1c29b 100644 > --- a/libavformat/flvdec.c > +++ b/libavformat/flvdec.c > @@ -672,5 +672,4 @@ AVInputFormat ff_flv_demuxer = { > #endif > .read_close = flv_read_close, > .extensions = "flv", > - .value = CODEC_ID_FLV1, > }; > diff --git a/libavformat/iv8.c b/libavformat/iv8.c > index 903de6f..e597911 100644 > --- a/libavformat/iv8.c > +++ b/libavformat/iv8.c > @@ -115,5 +115,4 @@ AVInputFormat ff_iv8_demuxer = { > .read_header = read_header, > .read_packet = read_packet, > .flags= AVFMT_GENERIC_INDEX, > - .value = CODEC_ID_MPEG4, > };
OK. Ronald _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
