summaryrefslogtreecommitdiff
path: root/include/tinyff/tinyff.h
blob: 51298ef1340b904c59a9ecd5e1f2fd95ae86e72d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// 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;