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
cb18fb62
Commit
cb18fb62
authored
Feb 14, 2009
by
Diego Biurrun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cosmetics: K&R style
Originally committed as revision 17284 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
9939841f
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
mpegvideo_xvmc.c
libavcodec/mpegvideo_xvmc.c
+4
-4
No files found.
libavcodec/mpegvideo_xvmc.c
View file @
cb18fb62
...
...
@@ -76,7 +76,7 @@ int ff_xvmc_field_start(MpegEncContext*s, AVCodecContext *avctx)
render
->
picture_structure
=
s
->
picture_structure
;
render
->
flags
=
s
->
first_field
?
0
:
XVMC_SECOND_FIELD
;
if
(
render
->
filled_mv_blocks_num
)
{
if
(
render
->
filled_mv_blocks_num
)
{
av_log
(
avctx
,
AV_LOG_ERROR
,
"Rendering surface contains %i unprocessed blocks
\n
"
,
render
->
filled_mv_blocks_num
);
...
...
@@ -292,7 +292,7 @@ void ff_xvmc_decode_mb(MpegEncContext *s)
assert
(
render
->
filled_mv_blocks_num
<=
render
->
total_number_of_mv_blocks
);
assert
(
render
->
next_free_data_block_num
<=
render
->
total_number_of_data_blocks
);
/*The above conditions should not be able to fail as long as this function is used
and following
if()
automatically call callback to free blocks. */
and following
'if ()'
automatically call callback to free blocks. */
if
(
render
->
filled_mv_blocks_num
>=
render
->
total_number_of_mv_blocks
)
...
...
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