summaryrefslogtreecommitdiff
path: root/libavformat/mov_chan.h
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2021-09-06 13:52:06 +0200
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2021-09-08 22:59:14 +0200
commit49916dafb955d992160c4778b76099c848a35390 (patch)
treeb3b82adc51705cde794be09eb8cd811d88b5f296 /libavformat/mov_chan.h
parent41751e4aefc5d1b12d45a3cbcc33d3d9b704609a (diff)
downloadffmpeg-49916dafb955d992160c4778b76099c848a35390.tar.gz
avformat/mov_chan: Make ff_mov_get_channel_layout() static
Possible since 3bab7cd12802dc5abf2c5cc6dec49e9e249ce204. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavformat/mov_chan.h')
-rw-r--r--libavformat/mov_chan.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/libavformat/mov_chan.h b/libavformat/mov_chan.h
index 978b8a3732..f7916e9899 100644
--- a/libavformat/mov_chan.h
+++ b/libavformat/mov_chan.h
@@ -32,15 +32,6 @@
#include "avformat.h"
/**
- * Get the channel layout for the specified channel layout tag.
- *
- * @param[in] tag channel layout tag
- * @param[out] bitmap channel bitmap (only used if needed)
- * @return channel layout
- */
-uint64_t ff_mov_get_channel_layout(uint32_t tag, uint32_t bitmap);
-
-/**
* Get the channel layout tag for the specified codec id and channel layout.
* If the layout tag was not found, use a channel bitmap if possible.
*