Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
FFmpeg
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
libremedia
Tethys
FFmpeg
Commits
04a5c106
Commit
04a5c106
authored
15 years ago
by
Stefano Sabatini
Browse files
Options
Downloads
Patches
Plain Diff
Consistently use third person in doxies.
Originally committed as revision 20388 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
3555d2e8
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
libavcodec/mpegvideo_xvmc.c
+5
-5
5 additions, 5 deletions
libavcodec/mpegvideo_xvmc.c
with
5 additions
and
5 deletions
libavcodec/mpegvideo_xvmc.c
+
5
−
5
View file @
04a5c106
...
@@ -48,7 +48,7 @@ void ff_xvmc_init_block(MpegEncContext *s)
...
@@ -48,7 +48,7 @@ void ff_xvmc_init_block(MpegEncContext *s)
}
}
/**
/**
* Fill individual block pointers, so there are no gaps in the data_block array
* Fill
s
individual block pointers, so there are no gaps in the data_block array
* in case not all blocks in the macroblock are coded.
* in case not all blocks in the macroblock are coded.
*/
*/
void
ff_xvmc_pack_pblocks
(
MpegEncContext
*
s
,
int
cbp
)
void
ff_xvmc_pack_pblocks
(
MpegEncContext
*
s
,
int
cbp
)
...
@@ -67,7 +67,7 @@ void ff_xvmc_pack_pblocks(MpegEncContext *s, int cbp)
...
@@ -67,7 +67,7 @@ void ff_xvmc_pack_pblocks(MpegEncContext *s, int cbp)
}
}
/**
/**
* Find and store the surfaces that are used as reference frames.
* Find
s
and store
s
the surfaces that are used as reference frames.
* This function should be called for every new field and/or frame.
* This function should be called for every new field and/or frame.
* It should be safe to call the function a few times for the same field.
* It should be safe to call the function a few times for the same field.
*/
*/
...
@@ -134,7 +134,7 @@ return -1;
...
@@ -134,7 +134,7 @@ return -1;
}
}
/**
/**
* Complete frame/field rendering by passing any remaining blocks.
* Complete
s
frame/field rendering by passing any remaining blocks.
* Normally ff_draw_horiz_band() is called for each slice, however,
* Normally ff_draw_horiz_band() is called for each slice, however,
* some leftover blocks, for example from error_resilience(), may remain.
* some leftover blocks, for example from error_resilience(), may remain.
* It should be safe to call the function a few times for the same field.
* It should be safe to call the function a few times for the same field.
...
@@ -149,8 +149,8 @@ void ff_xvmc_field_end(MpegEncContext *s)
...
@@ -149,8 +149,8 @@ void ff_xvmc_field_end(MpegEncContext *s)
}
}
/**
/**
* Synthesize the data needed by XvMC to render one macroblock of data.
* Synthesize
s
the data needed by XvMC to render one macroblock of data.
* Fill all relevant fields, if necessary do IDCT.
* Fill
s
all relevant fields, if necessary do IDCT.
*/
*/
void
ff_xvmc_decode_mb
(
MpegEncContext
*
s
)
void
ff_xvmc_decode_mb
(
MpegEncContext
*
s
)
{
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment