Remove useless assert(), since this can (in theora) be used for any Xiph
authorRonald S. Bultje <rsbultje@gmail.com>
Thu, 15 Apr 2010 13:30:12 +0000 (13:30 +0000)
committerRonald S. Bultje <rsbultje@gmail.com>
Thu, 15 Apr 2010 13:30:12 +0000 (13:30 +0000)
commite58c05bb3c8b7bd3b93d264facbf290aeae4c483
tree8016883ff36811ba68c31313993b8ecc3905070d
parent6752a3cc6c7fa00afe3800c9ec73700d5ba9bc04
Remove useless assert(), since this can (in theora) be used for any Xiph
codec, so there's no reason to (invalidly) limit it to only Theora.

Also fixes issue 1880 (compilation error on -DDEBUG).

Originally committed as revision 22886 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavformat/rtpdec_xiph.c