Commit e623a644 authored by jai_menon's avatar jai_menon

cosmetics : fix indentation.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@20499 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent b9c4b79f
......@@ -78,9 +78,9 @@ static int libopenjpeg_decode_frame(AVCodecContext *avctx,
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) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment