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
f253c341
Commit
f253c341
authored
Sep 04, 2015
by
Carl Eugen Hoyos
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lavc/j2kenc: Remove experimental flag.
The encoder produces valid and - if requested - lossless files.
parent
f011e98c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
1 deletion
+1
-1
Changelog
Changelog
+1
-0
j2kenc.c
libavcodec/j2kenc.c
+0
-1
No files found.
Changelog
View file @
f253c341
...
...
@@ -40,6 +40,7 @@ version <next>:
- VDPAU hevc hwaccel
- framerate filter
- Switched default encoders for webm to VP9 and Opus
- Removed experimental flag from the JPEG 2000 encoder
version 2.7:
...
...
libavcodec/j2kenc.c
View file @
f253c341
...
...
@@ -1159,7 +1159,6 @@ AVCodec ff_jpeg2000_encoder = {
.
init
=
j2kenc_init
,
.
encode2
=
encode_frame
,
.
close
=
j2kenc_destroy
,
.
capabilities
=
AV_CODEC_CAP_EXPERIMENTAL
,
.
pix_fmts
=
(
const
enum
AVPixelFormat
[])
{
AV_PIX_FMT_RGB24
,
AV_PIX_FMT_YUV444P
,
AV_PIX_FMT_GRAY8
,
AV_PIX_FMT_YUV420P
,
AV_PIX_FMT_YUV422P
,
...
...
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