summaryrefslogtreecommitdiff
path: root/libavutil/internal.h
diff options
context:
space:
mode:
authorAndreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>2015-08-08 10:41:34 +0200
committerAndreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>2015-08-12 00:14:14 +0200
commit107e54c5bf431bebfa79241d43b5fafb572b355a (patch)
tree395f26ebaec550b6b99ebc3f2a0e2015ba2500bc /libavutil/internal.h
parent9c29aa7143ba13ba71c70a1454ec35f2da10c3e0 (diff)
avutil: add ff_reverse as av_reverse replacement
The table is used in libavutil/eval.c. Reviewed-by: Michael Niedermayer <michael@niedermayer.cc> Signed-off-by: Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
Diffstat (limited to 'libavutil/internal.h')
-rw-r--r--libavutil/internal.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavutil/internal.h b/libavutil/internal.h
index 859b91971e..a46b2b15ce 100644
--- a/libavutil/internal.h
+++ b/libavutil/internal.h
@@ -276,4 +276,6 @@ uint64_t ff_get_channel_layout(const char *name, int compat);
void ff_check_pixfmt_descriptors(void);
+extern const uint8_t ff_reverse[256];
+
#endif /* AVUTIL_INTERNAL_H */