summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/codecs/avc
diff options
context:
space:
mode:
authorJean-Baptiste Queru <jbq@google.com>2012-08-08 12:07:47 -0700
committerandroid code review <noreply-gerritcodereview@google.com>2012-08-08 12:07:48 -0700
commit0822156cfd25c111cd33932ee9a89b3100d0350c (patch)
treed85aa84ada30e17fc2c71601a9ffa78bf12b2c18 /media/libstagefright/codecs/avc
parent874a074ad88117d9fabf178b5b4a1c885dc512f5 (diff)
parent955585cca11173b07e2e7db3d636ee97b69b053b (diff)
downloadframeworks_av-0822156cfd25c111cd33932ee9a89b3100d0350c.zip
frameworks_av-0822156cfd25c111cd33932ee9a89b3100d0350c.tar.gz
frameworks_av-0822156cfd25c111cd33932ee9a89b3100d0350c.tar.bz2
Merge "avcenc: Fix indentation"
Diffstat (limited to 'media/libstagefright/codecs/avc')
-rw-r--r--media/libstagefright/codecs/avc/enc/src/sad_mb_offset.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/media/libstagefright/codecs/avc/enc/src/sad_mb_offset.h b/media/libstagefright/codecs/avc/enc/src/sad_mb_offset.h
index d5d4a42..5bc5c86 100644
--- a/media/libstagefright/codecs/avc/enc/src/sad_mb_offset.h
+++ b/media/libstagefright/codecs/avc/enc/src/sad_mb_offset.h
@@ -296,9 +296,9 @@ __asm__ volatile("LDR %0, [%1], #16": "=&r"(x12), "=r"(blk));
#if (NUMBER==3)
goto LOOP_SAD3;
#elif (NUMBER==2)
-goto LOOP_SAD2;
+ goto LOOP_SAD2;
#elif (NUMBER==1)
-goto LOOP_SAD1;
+ goto LOOP_SAD1;
#endif
}