changeset 10507:ca71c924b65f libavcodec

cosmetics : fix indentation.
author jai_menon
date Tue, 10 Nov 2009 14:37:42 +0000
parents a1d84a5cf21d
children f33404f82b9e
files libopenjpeg.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/libopenjpeg.c	Tue Nov 10 04:17:18 2009 +0000
+++ b/libopenjpeg.c	Tue Nov 10 14:37:42 2009 +0000
@@ -78,9 +78,9 @@
     if((AV_RB32(buf) == 12) &&
        (AV_RB32(buf + 4) == JP2_SIG_TYPE) &&
        (AV_RB32(buf + 8) == JP2_SIG_VALUE)) {
-         dec = opj_create_decompress(CODEC_JP2);
+        dec = opj_create_decompress(CODEC_JP2);
     } else {
-         dec = opj_create_decompress(CODEC_J2K);
+        dec = opj_create_decompress(CODEC_J2K);
     }
 
     if(!dec) {