Browse Source

lavc/cook: Remove an incorrect comment.

Multichannel cook was implemented in 67da3182.
tags/n4.3
Carl Eugen Hoyos 6 years ago
parent
commit
f9f9d5943f
1 changed files with 1 additions and 1 deletions
  1. +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


Loading…
Cancel
Save