X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Faac_ac3_parser.h;h=b1fb0cf59fdb38cc4c8f465afdfc6f31f71a2157;hb=107f55cb01d2333541b8887194c487a6c6bc1ba1;hp=ccc387d3aa02188cac405f210d9550cc3e8e2e68;hpb=6faf0a21e18f314c48a886864145abe715be6572;p=ffmpeg diff --git a/libavcodec/aac_ac3_parser.h b/libavcodec/aac_ac3_parser.h index ccc387d3aa0..b1fb0cf59fd 100644 --- a/libavcodec/aac_ac3_parser.h +++ b/libavcodec/aac_ac3_parser.h @@ -48,7 +48,7 @@ typedef struct AACAC3ParseContext { int sample_rate; int bit_rate; int samples; - int64_t channel_layout; + uint64_t channel_layout; int service_type; int remaining_size;