Quoting Marton Balint (2022-11-13 19:44:41) > Signed-off-by: Marton Balint <c...@passwd.hu> > --- > doc/demuxers.texi | 18 ++++++++++++++++ > libavformat/electronicarts.c | 42 +++++++++++++++++++++++++++++++----- > libavformat/version.h | 2 +- > 3 files changed, 56 insertions(+), 6 deletions(-) > > diff --git a/doc/demuxers.texi b/doc/demuxers.texi > index 2b6dd86c2a..f07f3f5318 100644 > --- a/doc/demuxers.texi > +++ b/doc/demuxers.texi > @@ -285,6 +285,24 @@ This demuxer accepts the following option: > > @end table > > +@section ea > + > +Electronic Arts Multimedia format demuxer. > + > +This format is used by various Electronic Arts games. > + > +@subsection Options > + > +@table @option > + > +@item merge_alpha @var{bool} > + > +Normally the VP6 alpha channel (if exists) is returned as a secondary video > +stream,
Why? And why keep it as the default? -- Anton Khirnov _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".