]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/mlp_parser.c
mxfdec: Compute packet offsets properly.
[ffmpeg] / libavcodec / mlp_parser.c
index 0fca1967c5813b2e52c03c77be39618872551cf3..e0fedeb7e9503deed154724fd99f1d864d4d56da 100644 (file)
@@ -107,7 +107,7 @@ static int truehd_channels(int chanmap)
     return channels;
 }
 
-static int64_t truehd_layout(int chanmap)
+static uint64_t truehd_layout(int chanmap)
 {
     int layout = 0, i;