[FFmpeg-cvslog] lavf/gif: support only GIF codec.
Clément Bœsch
ubitux at gmail.com
Thu Apr 18 15:59:47 CEST 2013
On Thu, Apr 18, 2013 at 01:55:50PM +0000, Carl Eugen Hoyos wrote:
> Clément Bœsch <ubitux <at> gmail.com> writes:
>
> > On Thu, Apr 18, 2013 at 01:35:02PM +0000, Carl Eugen Hoyos wrote:
> > > Clément Bœsch <git <at> videolan.org> writes:
> > >
> > > > - if (s->nb_streams != 1 || !s->streams[0]->codec ||
> > > > - s->streams[0]->codec->codec_type != AVMEDIA_TYPE_VIDEO) {
> > > > + if (s->nb_streams != 1 ||
> > > > + s->streams[0]->codec->codec_type != AVMEDIA_TYPE_VIDEO ||
> > > > + s->streams[0]->codec->codec_id != AV_CODEC_ID_GIF) {
> > >
> > > No version bump?
> >
> > Why?
>
> Didn't this commit remove a feature from libavformat?
> Or do I misunderstand?
>
I made the muxer switch from rawvideo to gif packets as input. So you
could consider this is a feature removing. But... do you think some people
rely on the lavf gif muxer to write GIF?
A micro bump could be done though to notify this change.
--
Clément B.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 490 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-cvslog/attachments/20130418/87c80d64/attachment.asc>
More information about the ffmpeg-cvslog
mailing list