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
ad61da05
Commit
ad61da05
authored
May 23, 2016
by
Francois Cartegnie
Committed by
Diego Biurrun
May 24, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
jpeg2000: Fix profile define values
Signed-off-by:
Diego Biurrun
<
diego@biurrun.de
>
parent
ac84e618
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
avcodec.h
libavcodec/avcodec.h
+3
-3
No files found.
libavcodec/avcodec.h
View file @
ad61da05
...
@@ -2934,9 +2934,9 @@ typedef struct AVCodecContext {
...
@@ -2934,9 +2934,9 @@ typedef struct AVCodecContext {
#define FF_PROFILE_MPEG4_SIMPLE_STUDIO 14
#define FF_PROFILE_MPEG4_SIMPLE_STUDIO 14
#define FF_PROFILE_MPEG4_ADVANCED_SIMPLE 15
#define FF_PROFILE_MPEG4_ADVANCED_SIMPLE 15
#define FF_PROFILE_JPEG2000_CSTREAM_RESTRICTION_0
0
#define FF_PROFILE_JPEG2000_CSTREAM_RESTRICTION_0
1
#define FF_PROFILE_JPEG2000_CSTREAM_RESTRICTION_1
1
#define FF_PROFILE_JPEG2000_CSTREAM_RESTRICTION_1
2
#define FF_PROFILE_JPEG2000_CSTREAM_NO_RESTRICTION
2
#define FF_PROFILE_JPEG2000_CSTREAM_NO_RESTRICTION
32768
#define FF_PROFILE_JPEG2000_DCINEMA_2K 3
#define FF_PROFILE_JPEG2000_DCINEMA_2K 3
#define FF_PROFILE_JPEG2000_DCINEMA_4K 4
#define FF_PROFILE_JPEG2000_DCINEMA_4K 4
...
...
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