view loader/codecpath.h @ 30890:1c92dce71f3d

add support for lavf style extradata in vd_theora
author aurel
date Thu, 18 Mar 2010 21:53:02 +0000
parents ff7b06c867cd
children
line wrap: on
line source

/*
 * Modified for use with MPlayer, detailed changelog at
 * http://svn.mplayerhq.hu/mplayer/trunk/
 */

#ifndef MPLAYER_CODECPATH_H
#define MPLAYER_CODECPATH_H

extern char *def_path;
void SetCodecPath(const char* path);

#endif /* MPLAYER_CODECPATH_H */