Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
a31d4b3a
Commit
a31d4b3a
authored
Apr 01, 2011
by
Peter Ross
Committed by
Anton Khirnov
Jun 13, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
img2: add .dpx to the list of supported file extensions.
Signed-off-by:
Anton Khirnov
<
anton@khirnov.net
>
parent
294e5475
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
img2.c
libavformat/img2.c
+1
-1
No files found.
libavformat/img2.c
View file @
a31d4b3a
...
...
@@ -496,7 +496,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
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment