X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fmlp_parser.h;h=3b81763d57e1e47e56fc275feda30d9a308c621c;hb=1fa8ff38e47b3e0fc63e2a2e8fbbcf9e4fb071c5;hp=6e43bc38dc0560c56449f2e8e4f23ba534bb37dd;hpb=22bf6f7054d46e942ab02d434d3af6c08875576b;p=ffmpeg diff --git a/libavcodec/mlp_parser.h b/libavcodec/mlp_parser.h index 6e43bc38dc0..3b81763d57e 100644 --- a/libavcodec/mlp_parser.h +++ b/libavcodec/mlp_parser.h @@ -54,7 +54,7 @@ typedef struct MLPHeaderInfo int ff_mlp_read_major_sync(void *log, MLPHeaderInfo *mh, GetBitContext *gb); -int64_t ff_truehd_layout(int chanmap); +uint64_t ff_truehd_layout(int chanmap); extern const uint64_t ff_mlp_layout[32];