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
037f13fe
Commit
037f13fe
authored
Feb 15, 2009
by
Diego Biurrun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Doxygen spelling/wording fixes
Originally committed as revision 17353 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
2f953883
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
7 deletions
+9
-7
xvmc.h
libavcodec/xvmc.h
+9
-7
No files found.
libavcodec/xvmc.h
View file @
037f13fe
...
...
@@ -47,7 +47,7 @@ struct xvmc_pix_fmt {
int
xvmc_id
;
/** Pointer to the block array allocated by XvMCCreateBlocks()
it contins differential pixel data (in MoCo mode)
it cont
a
ins differential pixel data (in MoCo mode)
or coefficients for IDCT.
- application - set during initialization
- libavcodec - unchanged
...
...
@@ -60,13 +60,14 @@ struct xvmc_pix_fmt {
*/
XvMCMacroBlock
*
mv_blocks
;
/** Number of all MB descriptions that could be stored in the mv_blocks array.
/** Number of macroblock descriptions that can be stored in the mv_blocks
array.
- application - set during initialization
- libavcodec - unchanged
*/
int
total_number_of_mv_blocks
;
/** Number of
all blocks that could
be stored at once in the data_blocks array.
/** Number of
blocks that can
be stored at once in the data_blocks array.
- application - set during initialization
- libavcodec - unchanged
*/
...
...
@@ -79,15 +80,15 @@ struct xvmc_pix_fmt {
*/
int
idct
;
/** In MoCo mode it indicates that
Intra MB are assumed to be in unsigned format
Same as
XVMC_INTRA_UNSIGNED flag.
/** In MoCo mode it indicates that
intra macroblocks are assumed to be in
unsigned format; same as the
XVMC_INTRA_UNSIGNED flag.
- application - set during initialization
- libavcodec - unchanged
*/
int
unsigned_intra
;
/** Pointer to the surface allocated by XvMCCreateSurface().
It identifies the frame
on the video hardware and its stat
e.
It identifies the frame
and its state on the video hardwar
e.
- application - set during initialization
- libavcodec - unchanged
*/
...
...
@@ -123,7 +124,8 @@ struct xvmc_pix_fmt {
//}@
/** Offset in the mv array for the current slice.
Macroblocks described before that offset are assumed to be already passed to the hardware.
Macroblocks described before that offset are assumed to have already
been passed to the hardware.
- application - zeroes it on get_buffer().
A successful ff_draw_horiz_band() may increment it
with filled_mb_block_num or zero both.
...
...
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