OSDN Git Service

iir: change filter type if/else to a switch.
authorJustin Ruggles <justin.ruggles@gmail.com>
Thu, 20 Jan 2011 21:59:23 +0000 (21:59 +0000)
committerMans Rullgard <mans@mansr.com>
Thu, 20 Jan 2011 23:55:21 +0000 (23:55 +0000)
commit0361d13cf3956dcf38f31b9df97aca9301cdc86a
tree3b07fa960f85030a73ab34af73cddbe55aea09f9
parentfcdf0a43cd267c1d4193aa172b024f35903c286e
iir: change filter type if/else to a switch.

Simplifies error handling and makes it easier to add additional filter types.

Signed-off-by: Mans Rullgard <mans@mansr.com>
libavcodec/iirfilter.c