2006-06-02 12:34:58 -07:00
|
|
|
// FIXME Stubfile!
|
|
|
|
|
2007-06-28 10:47:08 -07:00
|
|
|
#include "rpl_reader.h"
|
2006-06-02 12:34:58 -07:00
|
|
|
#include "lib/framework/macros.h"
|
2007-06-28 10:47:08 -07:00
|
|
|
|
|
|
|
// Replace this with a function that actually decodes the video.
|
2006-06-02 12:34:58 -07:00
|
|
|
WZ_DEPRECATED unsigned int dec130_decode(RPL* rpl, char* _in,
|
|
|
|
unsigned int in_size, char* out) // FIXME Remove if unused
|
|
|
|
{
|
2007-06-28 10:47:08 -07:00
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
|