#include "asset.h"#include "assets.h"#include "bchash.h"#include "bcsignals.h"#include "clip.h"#include "edl.h"#include "file.h"#include "filesystem.h"#include "filexml.h"#include "quicktime.h"#include "interlacemodes.h"#include <stdio.h>#include <string.h>

Go to the source code of this file.
Defines | |
| #define | UPDATE_DEFAULT(x, y) defaults->update(construct_param(x, prefix, string), y); |
| #define | GET_DEFAULT(x, y) defaults->get(construct_param(x, prefix, string), y); |
| #define GET_DEFAULT | ( | x, | |||
| y | ) | defaults->get(construct_param(x, prefix, string), y); |
| #define UPDATE_DEFAULT | ( | x, | |||
| y | ) | defaults->update(construct_param(x, prefix, string), y); |
1.5.5