]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/ac3.h
swr-test: drop one const, silence most const qualifer warnings.
[ffmpeg] / libavcodec / ac3.h
index d53527844c964e7cb22b1fbaa2df143c49158895..b9f34b9d904d80d709d9f82fa307630c4ae077fb 100644 (file)
@@ -120,7 +120,7 @@ typedef struct {
     uint32_t bit_rate;
     uint8_t channels;
     uint16_t frame_size;
-    int64_t channel_layout;
+    uint64_t channel_layout;
     /** @} */
 } AC3HeaderInfo;