Mercurial > libavformat.hg
comparison img2.c @ 4046:208d63d8ee42 libavformat
Support picture output without -f image2 for most codecs.
author | cehoyos |
---|---|
date | Sat, 22 Nov 2008 20:36:02 +0000 |
parents | fcb9de59245f |
children | 0fd7955f548b |
comparison
equal
deleted
inserted
replaced
4045:7326e083a8e2 | 4046:208d63d8ee42 |
---|---|
400 #ifdef CONFIG_IMAGE2_MUXER | 400 #ifdef CONFIG_IMAGE2_MUXER |
401 AVOutputFormat image2_muxer = { | 401 AVOutputFormat image2_muxer = { |
402 "image2", | 402 "image2", |
403 NULL_IF_CONFIG_SMALL("image2 sequence"), | 403 NULL_IF_CONFIG_SMALL("image2 sequence"), |
404 "", | 404 "", |
405 "", | 405 "bmp,jpeg,jpg,ljpg,pam,pbm,pgm,png,ppm,sgi,tif,tiff", |
406 sizeof(VideoData), | 406 sizeof(VideoData), |
407 CODEC_ID_NONE, | 407 CODEC_ID_NONE, |
408 CODEC_ID_MJPEG, | 408 CODEC_ID_MJPEG, |
409 img_write_header, | 409 img_write_header, |
410 img_write_packet, | 410 img_write_packet, |