Add .dpx to the list of supported file extensions for the image2 muxer

This commit is contained in:
Peter Ross 2011-04-01 23:11:24 +11:00
parent f339f908a4
commit c178fdeaec
1 changed files with 1 additions and 1 deletions

View File

@ -447,7 +447,7 @@ AVInputFormat ff_image2pipe_demuxer = {
AVOutputFormat ff_image2_muxer = {
.name = "image2",
.long_name = NULL_IF_CONFIG_SMALL("image2 sequence"),
.extensions = "bmp,jpeg,jpg,ljpg,pam,pbm,pcx,pgm,pgmyuv,png,"
.extensions = "bmp,dpx,jpeg,jpg,ljpg,pam,pbm,pcx,pgm,pgmyuv,png,"
"ppm,sgi,tga,tif,tiff,jp2",
.priv_data_size = sizeof(VideoData),
.video_codec = CODEC_ID_MJPEG,