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