#ifndef CODEC_BATCH_BATCH_H
#define CODEC_BATCH_BATCH_H

#include "../codec_internal.h"

void codec_batch_reset(codec_batch * batch);

#endif
