summaryrefslogtreecommitdiff
path: root/libavformat/mov_chan.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/mov_chan.h')
-rw-r--r--libavformat/mov_chan.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libavformat/mov_chan.h b/libavformat/mov_chan.h
index f7916e9899..9514dfa405 100644
--- a/libavformat/mov_chan.h
+++ b/libavformat/mov_chan.h
@@ -28,6 +28,7 @@
#include <stdint.h>
+#include "libavutil/channel_layout.h"
#include "libavcodec/codec_id.h"
#include "avformat.h"
@@ -41,7 +42,7 @@
* @return channel layout tag
*/
uint32_t ff_mov_get_channel_layout_tag(enum AVCodecID codec_id,
- uint64_t channel_layout,
+ const AVChannelLayout *ch_layout,
uint32_t *bitmap);
/**