[FFmpeg-soc] [soc]: r1310 - dirac/libavcodec/dirac.c
marco
subversion at mplayerhq.hu
Sun Sep 9 13:23:39 CEST 2007
Author: marco
Date: Sun Sep 9 13:23:39 2007
New Revision: 1310
Log:
Fix indentation
Modified:
dirac/libavcodec/dirac.c
Modified: dirac/libavcodec/dirac.c
==============================================================================
--- dirac/libavcodec/dirac.c (original)
+++ dirac/libavcodec/dirac.c Sun Sep 9 13:23:39 2007
@@ -2571,14 +2571,14 @@ START_TIMER
mcline += s->width;
}
} else {
- for (y = 0; y < height; y++) {
- for (x = 0; x < width; x++) {
- frame[x]= av_clip_uint8(line[x]);
- }
+ for (y = 0; y < height; y++) {
+ for (x = 0; x < width; x++) {
+ frame[x]= av_clip_uint8(line[x]);
+ }
- line += s->padded_width;
- frame += s->picture.linesize[comp];
- }
+ line += s->padded_width;
+ frame += s->picture.linesize[comp];
+ }
}
/* XXX: Just (de)allocate this once. */
More information about the FFmpeg-soc
mailing list