Add getter functions for the interface data symbols
authorJohn Koleszar <jkoleszar@google.com>
Tue, 21 Sep 2010 14:35:52 +0000 (10:35 -0400)
committerJohn Koleszar <jkoleszar@google.com>
Thu, 23 Sep 2010 18:58:43 +0000 (14:58 -0400)
commitfa7a55bb043a6abfc661a8d06a2611b54372fe1c
tree98090f133249c74923eed5171ad7d38f13c9294b
parent12651b3c2b91697920c73ebb121a44e4dd767d32
Add getter functions for the interface data symbols

Having these symbols be available as functions rather than data is
occasionally more convenient. Implemented this way rather than a
get-codec-by-id style to avoid creating a link-time dependency
between the encoder and the decoder.

Fixes issue #169

Change-Id: I319f281277033a5e7e3ee3b092b9a87cce2f463d
vp8/exports_dec
vp8/exports_enc
vp8/vp8_cx_iface.c
vp8/vp8_dx_iface.c
vpx/internal/vpx_codec_internal.h
vpx/vp8cx.h
vpx/vp8dx.h