summaryrefslogtreecommitdiff
path: root/libavutil/internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavutil/internal.h')
-rw-r--r--libavutil/internal.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/libavutil/internal.h b/libavutil/internal.h
index 047f742e5a..13dbd3b966 100644
--- a/libavutil/internal.h
+++ b/libavutil/internal.h
@@ -276,10 +276,6 @@ static av_always_inline av_const int avpriv_mirror(int x, int w)
return x;
}
-#if FF_API_GET_CHANNEL_LAYOUT_COMPAT
-uint64_t ff_get_channel_layout(const char *name, int compat);
-#endif
-
void ff_check_pixfmt_descriptors(void);
extern const uint8_t ff_reverse[256];