videomixer: orc_init() doesn't need to be called
authorDavid Schleef <ds@schleef.org>
Mon, 6 Sep 2010 01:45:21 +0000 (18:45 -0700)
committerDavid Schleef <ds@schleef.org>
Mon, 6 Sep 2010 01:45:21 +0000 (18:45 -0700)
commit85aed946761a643c4299d58df827aedfb3bb80fc
treebd9f90b01cef4c2c1bac9f32c2388017f9d60716
parent6143a60bdb30b8be017e62d615caa2c5e52631a6
videomixer: orc_init() doesn't need to be called

There's no need to call orc_init() unless you're using the Orc
API directly.  All code created by orcc is guaranteed to work
without calling orc_init().
gst/videomixer/blend.c