warzone2100/lib/sequence/dec130.c

9 lines
193 B
C

#include "rpl_reader.h"
// Replace this with a function that actually decodes the video.
unsigned int dec130_decode(RPL* rpl, char* _in,
unsigned int in_size, char* out) {
return 0;
}