mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-02-12 04:44:25 +00:00
whitespace cosmetics: consistently format all comments
Originally committed as revision 17266 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
d15876d3bd
commit
1f7c1d140a
@ -131,8 +131,7 @@ void ff_xvmc_decode_mb(MpegEncContext *s)
|
||||
return;
|
||||
}
|
||||
|
||||
//from MPV_decode_mb(),
|
||||
/* update DC predictors for P macroblocks */
|
||||
// from MPV_decode_mb(), update DC predictors for P macroblocks
|
||||
if (!s->mb_intra) {
|
||||
s->last_dc[0] =
|
||||
s->last_dc[1] =
|
||||
@ -272,8 +271,8 @@ void ff_xvmc_decode_mb(MpegEncContext *s)
|
||||
if (!render->idct) {
|
||||
s->dsp.idct(s->pblocks[i]);
|
||||
/* It is unclear if MC hardware requires pixel diff values to be in
|
||||
range [-255;255]. TODO cliping if such hardware is ever found.
|
||||
As of now it would only be unnecessery slowdown. */
|
||||
* range [-255;255]. TODO cliping if such hardware is ever found.
|
||||
* As of now it would only be unnecessery slowdown. */
|
||||
}
|
||||
// copy blocks only if the codec doesn't support pblocks reordering
|
||||
if (s->avctx->xvmc_acceleration == 1) {
|
||||
|
Loading…
Reference in New Issue
Block a user