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:
1360f07
)
cosmetics: reindent
author
Justin Ruggles
<justin.ruggles@gmail.com>
Tue, 18 Jan 2011 16:40:13 +0000
(11:40 -0500)
committer
Justin Ruggles
<justin.ruggles@gmail.com>
Tue, 18 Jan 2011 16:40:13 +0000
(11:40 -0500)
libavcodec/dca.c
patch
|
blob
|
history
diff --git
a/libavcodec/dca.c
b/libavcodec/dca.c
index e224785a1e9fba3a220f6154c049e92502b7752f..bc099e1376cbd78c4fa239ea9910ee2a7212bdc9 100644
(file)
--- a/
libavcodec/dca.c
+++ b/
libavcodec/dca.c
@@
-1777,7
+1777,7
@@
static int dca_decode_frame(AVCodecContext * avctx,
set the channels based on a broken first frame.*/
if (s->is_channels_set == 0) {
s->is_channels_set = 1;
- avctx->channels = channels;
+
avctx->channels = channels;
}
if (avctx->channels != channels) {
av_log(avctx, AV_LOG_ERROR, "DCA decoder does not support number of "