]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/cook.c
Deobfuscate LE SHOW_[SU]BITS; these are simple sign/zero-extend
[ffmpeg] / libavcodec / cook.c
index 6dec2566a73ec8c356d7148c5c303d6694a423a3..262e4eb9a9498a44ca17ef16a55ec1a914e2e003 100644 (file)
@@ -150,7 +150,7 @@ typedef struct cook {
     /* data buffers */
 
     uint8_t*            decoded_bytes_buffer;
-    DECLARE_ALIGNED_16(float,mono_mdct_output[2048]);
+    DECLARE_ALIGNED_16(float,mono_mdct_output)[2048];
     float               decode_buffer_1[1024];
     float               decode_buffer_2[1024];
     float               decode_buffer_0[1060]; /* static allocation for joint decode */