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
lavc/cook: Remove an incorrect comment.
Multichannel cook was implemented in
67da3182
.
tags/n4.3
Carl Eugen Hoyos
6 years ago
parent
a221af1f5e
commit
f9f9d5943f
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavcodec/cook.c
+ 1
- 1
libavcodec/cook.c
View File
@@ -60,7 +60,7 @@
#define MONO 0x1000001
#define STEREO 0x1000002
#define JOINT_STEREO 0x1000003
#define MC_COOK 0x2000000
// multichannel Cook, not supported
#define MC_COOK 0x2000000
#define SUBBAND_SIZE 20
#define MAX_SUBPACKETS 5
Write
Preview
Loading…
Cancel
Save