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
199ada49
Commit
199ada49
authored
Apr 08, 2012
by
Anton Khirnov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lavc doxy: fix formatting of AV_PKT_DATA_{PARAM_CHANGE,H263_MB_INFO}
parent
30f3f625
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
avcodec.h
libavcodec/avcodec.h
+4
-0
No files found.
libavcodec/avcodec.h
View file @
199ada49
...
@@ -762,6 +762,7 @@ enum AVPacketSideDataType {
...
@@ -762,6 +762,7 @@ enum AVPacketSideDataType {
/**
/**
* An AV_PKT_DATA_PARAM_CHANGE side data packet is laid out as follows:
* An AV_PKT_DATA_PARAM_CHANGE side data packet is laid out as follows:
* @code
* u32le param_flags
* u32le param_flags
* if (param_flags & AV_SIDE_DATA_PARAM_CHANGE_CHANNEL_COUNT)
* if (param_flags & AV_SIDE_DATA_PARAM_CHANGE_CHANNEL_COUNT)
* s32le channel_count
* s32le channel_count
...
@@ -772,6 +773,7 @@ enum AVPacketSideDataType {
...
@@ -772,6 +773,7 @@ enum AVPacketSideDataType {
* if (param_flags & AV_SIDE_DATA_PARAM_CHANGE_DIMENSIONS)
* if (param_flags & AV_SIDE_DATA_PARAM_CHANGE_DIMENSIONS)
* s32le width
* s32le width
* s32le height
* s32le height
* @endcode
*/
*/
AV_PKT_DATA_PARAM_CHANGE
,
AV_PKT_DATA_PARAM_CHANGE
,
...
@@ -783,6 +785,7 @@ enum AVPacketSideDataType {
...
@@ -783,6 +785,7 @@ enum AVPacketSideDataType {
* as long as the distance between macroblocks in the info is smaller
* as long as the distance between macroblocks in the info is smaller
* than the target payload size.
* than the target payload size.
* Each MB info structure is 12 bytes, and is laid out as follows:
* Each MB info structure is 12 bytes, and is laid out as follows:
* @code
* u32le bit offset from the start of the packet
* u32le bit offset from the start of the packet
* u8 current quantizer at the start of the macroblock
* u8 current quantizer at the start of the macroblock
* u8 GOB number
* u8 GOB number
...
@@ -791,6 +794,7 @@ enum AVPacketSideDataType {
...
@@ -791,6 +794,7 @@ enum AVPacketSideDataType {
* u8 vertical MV predictor
* u8 vertical MV predictor
* u8 horizontal MV predictor for block number 3
* u8 horizontal MV predictor for block number 3
* u8 vertical MV predictor for block number 3
* u8 vertical MV predictor for block number 3
* @endcode
*/
*/
AV_PKT_DATA_H263_MB_INFO
,
AV_PKT_DATA_H263_MB_INFO
,
};
};
...
...
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