]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/ac3enc.h
sgidec: make compiler optimize away memcpy call in inner loop.
[ffmpeg] / libavcodec / ac3enc.h
index 4a017498f605b66b78086049ddd7f0df9f1decc9..6ef1a5373ae4710953c5032ba544b9a9a73acd4a 100644 (file)
@@ -258,7 +258,7 @@ typedef struct AC3EncodeContext {
 } AC3EncodeContext;
 
 
-extern const int64_t ff_ac3_channel_layouts[19];
+extern const uint64_t ff_ac3_channel_layouts[19];
 
 int ff_ac3_encode_init(AVCodecContext *avctx);