projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7fc58b1
)
cosmetics : fix indentation.
author
Jai Menon
<jmenon86@gmail.com>
Tue, 10 Nov 2009 14:37:42 +0000
(14:37 +0000)
committer
Jai Menon
<jmenon86@gmail.com>
Tue, 10 Nov 2009 14:37:42 +0000
(14:37 +0000)
Originally committed as revision 20499 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/libopenjpeg.c
patch
|
blob
|
history
diff --git
a/libavcodec/libopenjpeg.c
b/libavcodec/libopenjpeg.c
index
7cf20af
..
3a3a127
100644
(file)
--- a/
libavcodec/libopenjpeg.c
+++ b/
libavcodec/libopenjpeg.c
@@
-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) {