* version 2. A copy of this license is included with this source. * At your option, this specific source file can also be distributed * under the GNU GPL version 3.
* and others (see AUTHORS for details). *//* format_ebml.h**** ebml format plugin header***/#ifndef __FORMAT_EBML_H__#define __FORMAT_EBML_H__#include "format.h"intformat_ebml_get_plugin(source_t*source);#endif /* __FORMAT_EBML_H__ */