summaryrefslogtreecommitdiffstats
path: root/audio/format.h
diff options
context:
space:
mode:
authorKevin Mitchell <kevmitch@gmail.com>2014-11-28 02:00:17 -0800
committerKevin Mitchell <kevmitch@gmail.com>2014-12-01 03:40:23 -0800
commit2006069ca22c425e7a0b83e01f44f7919884a98c (patch)
tree8d438021f562d63de3420c6bf485816bb483c542 /audio/format.h
parent96fa3ebd1ace54666f32a27e807faab4df18590e (diff)
downloadmpv-2006069ca22c425e7a0b83e01f44f7919884a98c.tar.bz2
mpv-2006069ca22c425e7a0b83e01f44f7919884a98c.tar.xz
ao/format: add af_fmt_is_float
Diffstat (limited to 'audio/format.h')
-rw-r--r--audio/format.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/format.h b/audio/format.h
index 06c5d566e5..b3ac0000c8 100644
--- a/audio/format.h
+++ b/audio/format.h
@@ -109,6 +109,7 @@ const char *af_fmt_to_str(int format);
int af_fmt2bps(int format);
int af_fmt2bits(int format);
+bool af_fmt_is_float(int format);
int af_fmt_change_bits(int format, int bits);
int af_fmt_to_planar(int format);