[FFmpeg-devel] [PATCH]Fix decoding frwu with changed field order
Carl Eugen Hoyos
cehoyos at ag.or.at
Sun Nov 25 23:10:39 CET 2012
Paul B Mahol <onemda <at> gmail.com> writes:
> > + {"change_field_order", "Change frwu field order", offsetof(FRWUContext,
> > change_field_order), FF_OPT_TYPE_INT,
>
> Why is "frwu" mandatory? It is really not.
Removed.
> > +static const AVClass frwu_class = {
> > + "frwu Decoder",
> > + av_default_item_name,
> > + frwu_options,
> > + LIBAVUTIL_VERSION_INT,
>
> Plese use designated initializers.
Done.
Patch applied, thank you, Carl Eugen
More information about the ffmpeg-devel
mailing list