This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
Do not reset channel_layout to 0.
The channel_layout may have been set by the demuxer.
tags/n0.8
Carl Eugen Hoyos
14 years ago
parent
ecf72542fa
commit
06fd213eb6
1 changed files
with
0 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-2
libavcodec/aacdec.c
+ 0
- 2
libavcodec/aacdec.c
View File
@@ -251,8 +251,6 @@ static av_cold int output_configure(AACContext *ac,
}
memcpy(ac->tag_che_map, ac->che, 4 * MAX_ELEM_ID * sizeof(ac->che[0][0]));
avctx->channel_layout = 0;
}
avctx->channels = channels;
Write
Preview
Loading…
Cancel
Save