diff options
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/dca.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/dca.c b/libavcodec/dca.c index e411c36..f1a5ab4 100644 --- a/libavcodec/dca.c +++ b/libavcodec/dca.c @@ -609,7 +609,7 @@ static int dca_subframe_header(DCAContext * s) s->joint_scale_factor[j][k] = scale; /*joint_scale_table[scale]; */ } - if (!s->debug_flag & 0x02) { + if (!(s->debug_flag & 0x02)) { av_log(s->avctx, AV_LOG_DEBUG, "Joint stereo coding not supported\n"); s->debug_flag |= 0x02; |