summaryrefslogtreecommitdiff
path: root/libavutil/internal.h
diff options
context:
space:
mode:
authorHendrik Leppkes <h.leppkes@gmail.com>2015-09-05 20:36:19 +0200
committerHendrik Leppkes <h.leppkes@gmail.com>2015-09-05 20:36:19 +0200
commitd83dd630a09d310463b525c6471c8d8f47fd20ec (patch)
tree9eb33752a16b3b79d22aa05a6fb1790a7e12036e /libavutil/internal.h
parent251fb7dcd4865a9821fc238dbcc674e57080c91e (diff)
lavu: Drop FF_API_GET_CHANNEL_LAYOUT_COMPAT cruft
FATE refs changed to accomodate for the new default behavior of the function. Numbers are now interpreted as a channel layout, instead of a number of channels.
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];