]> git.ipfire.org Git - thirdparty/asterisk.git/commit
codec_dahdi: DAHDI still advertises formats using the old bitfields.
authorShaun Ruffell <sruffell@digium.com>
Wed, 20 Apr 2011 19:56:07 +0000 (19:56 +0000)
committerShaun Ruffell <sruffell@digium.com>
Wed, 20 Apr 2011 19:56:07 +0000 (19:56 +0000)
commit3b52f36551331fbae62c82e5e0f7f1a250b6c17d
tree656f99a3e3e17fdc0d0987f0947d4ba203c0aa09
parent7adbec49a5afac98102d5660fdba138416e1ff73
codec_dahdi: DAHDI still advertises formats using the old bitfields.

Previously, the DAHDI format bit fields matched up with the Asterisk
bitfields. Since the Asterisk codec bit fields were replaced in r306010,
codec_dahdi needs to contain the formats itself. In the future, the DAHDI
formats should either change to something other than bitfields, or the
bitfields need to move from include/dahdi/kernel.h to
include/dahdi/user.h.

Signed-off-by: Shaun Ruffell <sruffell@digium.com>
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@314471 65c4cc65-6c06-0410-ace0-fbb531ad65f3
codecs/codec_dahdi.c