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
bf5c0308
Commit
bf5c0308
authored
Feb 07, 2012
by
Carl Eugen Hoyos
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix libutvideo compilation.
Fixes ticket #985.
parent
0349d61e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
8 deletions
+18
-8
libutvideo.cpp
libavcodec/libutvideo.cpp
+18
-8
No files found.
libavcodec/libutvideo.cpp
View file @
bf5c0308
...
...
@@ -189,17 +189,27 @@ static av_cold int utvideo_decode_close(AVCodecContext *avctx)
AVCodec
ff_libutvideo_decoder
=
{
"libutvideo"
,
NULL_IF_CONFIG_SMALL
(
"Ut Video"
),
AVMEDIA_TYPE_VIDEO
,
CODEC_ID_UTVIDEO
,
0
,
//capabilities
NULL
,
//supported_framerates
NULL
,
//pix_fmts
NULL
,
//supported_samplerates
NULL
,
//sample_fmts
NULL
,
//channel_layouts
0
,
//max_lowres
NULL
,
//priv_class
NULL
,
//profiles
sizeof
(
UtVideoContext
),
NULL
,
//next
NULL
,
//init_thread_copy
NULL
,
//update_thread_context
NULL
,
//defaults
NULL
,
//init_static_data
utvideo_decode_init
,
NULL
,
utvideo_decode_close
,
NULL
,
//encode
NULL
,
//encode2
utvideo_decode_frame
,
NULL
,
NULL
,
NULL
,
NULL
,
NULL
,
NULL_IF_CONFIG_SMALL
(
"Ut Video"
),
utvideo_decode_close
,
};
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