[FFmpeg-cvslog] lavf/gif: support only GIF codec.
Clément Bœsch
ubitux at gmail.com
Thu Apr 18 15:48:12 CEST 2013
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?
> (Did rawvideo not work anymore?)
>
No, rawvideo isn't supported anymore. I could make the encoder write gif
non-lzw packets though. Do you want this?
--
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/13842a63/attachment.asc>
More information about the ffmpeg-cvslog
mailing list