shithub: mcfs

ref: 9b440b0772b355b601858ad2c3a8f8432f17fde9
dir: /mp3.c/

View raw version
#include <u.h>
#include <libc.h>
#include <bio.h>
#include "common.h"

int
mp3packet(Biobuf *out, Packetctx *ctx, Packet *p, int np, uvlong ts)
{
	USED(out, ctx, p, np, ts);
	werrstr("mp3packet not implemented");
	return -1;
}