X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fac3.h;h=b9f34b9d904d80d709d9f82fa307630c4ae077fb;hb=12804348f5babf56a315fa01751eea1ffdddf98a;hp=d53527844c964e7cb22b1fbaa2df143c49158895;hpb=1889c6724a449b2e4826612d3b72efc76dbfb713;p=ffmpeg diff --git a/libavcodec/ac3.h b/libavcodec/ac3.h index d53527844c9..b9f34b9d904 100644 --- a/libavcodec/ac3.h +++ b/libavcodec/ac3.h @@ -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;