[FFmpeg-cvslog] lavf/gif: support only GIF codec.
Carl Eugen Hoyos
cehoyos at ag.or.at
Thu Apr 18 15:35:02 CEST 2013
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?
(Did rawvideo not work anymore?)
Carl Eugen
More information about the ffmpeg-cvslog
mailing list