openh264/codec/encoder/plus
Martin Storsjö 043575ffb0 Add a public C API to the library
Add a struct that matches the C++ interface vtable.

This requires that the C++ interface methods are declared to use
the same calling convention as normal C functions, and that the
C struct exactly matches the layout and ordering of the C++
virtual table - MSVC seemed to reorder methods if there were
overloaded methods.
2014-01-21 20:54:32 +02:00
..
inc Add a public C API to the library 2014-01-21 20:54:32 +02:00
res Merge pull request #32 from mstorsjo/cosmetics 2013-12-13 08:54:14 -08:00
src Rename public interface methods to avoid two overloaded methods with the same name 2014-01-21 20:54:32 +02:00