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
b8b5d827
Commit
b8b5d827
authored
Sep 02, 2015
by
wm4
Committed by
Vittorio Giovara
Sep 07, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lavu: extend size of the AVPixFmtDescriptor.flags field
Signed-off-by:
Vittorio Giovara
<
vittorio.giovara@gmail.com
>
parent
77cf2366
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
1 deletion
+8
-1
APIchanges
doc/APIchanges
+3
-0
pixdesc.h
libavutil/pixdesc.h
+5
-1
No files found.
doc/APIchanges
View file @
b8b5d827
...
@@ -13,6 +13,9 @@ libavutil: 2015-08-28
...
@@ -13,6 +13,9 @@ libavutil: 2015-08-28
API changes, most recent first:
API changes, most recent first:
2015-xx-xx - lavu 55.0.0
xxxxxxx - Change type of AVPixFmtDescriptor.flags from uint8_t to uint64_t.
2015-xx-xx - lavu 54.17.0
2015-xx-xx - lavu 54.17.0
xxxxxxx - Add av_blowfish_alloc().
xxxxxxx - Add av_blowfish_alloc().
xxxxxxx - Add av_rc4_alloc().
xxxxxxx - Add av_rc4_alloc().
...
...
libavutil/pixdesc.h
View file @
b8b5d827
...
@@ -87,7 +87,11 @@ typedef struct AVPixFmtDescriptor {
...
@@ -87,7 +87,11 @@ typedef struct AVPixFmtDescriptor {
* This value only refers to the chroma components.
* This value only refers to the chroma components.
*/
*/
uint8_t
log2_chroma_h
;
uint8_t
log2_chroma_h
;
uint8_t
flags
;
/**
* Combination of AV_PIX_FMT_FLAG_... flags.
*/
uint64_t
flags
;
/**
/**
* Parameters that describe how pixels are packed. If the format
* Parameters that describe how pixels are packed. If the format
...
...
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