]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/aac_ac3_parser.h
Simplify RGB32 png encoding.
[ffmpeg] / libavcodec / aac_ac3_parser.h
index ccc387d3aa02188cac405f210d9550cc3e8e2e68..b1fb0cf59fdb38cc4c8f465afdfc6f31f71a2157 100644 (file)
@@ -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;