summaryrefslogtreecommitdiff
path: root/include/tinyff/tinyff.h
blob: 52d3f03a3f834fe8c245dadefb150ce31e96f516 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// TODO: Include all formats



#include "common.h"
#include "stream.h"

typedef struct {
    // Debug settings
    ff_stream* ff_debug_stream;
    ff_flag ff_debug_enabled;
    
} ff_ctx;