Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
external
ffmpeg
Commits
6545996f
Commit
6545996f
authored
Feb 16, 2009
by
Diego Biurrun
Browse files
whitespace cosmetics
Originally committed as revision 17358 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
72a8a69d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
libavcodec/mpegvideo_xvmc.c
libavcodec/mpegvideo_xvmc.c
+1
-1
No files found.
libavcodec/mpegvideo_xvmc.c
View file @
6545996f
...
...
@@ -70,7 +70,7 @@ void ff_xvmc_pack_pblocks(MpegEncContext *s, int cbp)
* 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.
*/
int
ff_xvmc_field_start
(
MpegEncContext
*
s
,
AVCodecContext
*
avctx
)
int
ff_xvmc_field_start
(
MpegEncContext
*
s
,
AVCodecContext
*
avctx
)
{
struct
xvmc_pix_fmt
*
last
,
*
next
,
*
render
=
(
struct
xvmc_pix_fmt
*
)
s
->
current_picture
.
data
[
2
];
const
int
mb_block_count
=
4
+
(
1
<<
s
->
chroma_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