Remove old files
Use set/unset macros to change properties
This commit is contained in:
Wim Taymans 2016-08-29 10:54:43 +02:00
parent 80ed927885
commit 4cf6860752
8 changed files with 25 additions and 3317 deletions

View file

@ -452,7 +452,7 @@ again:
if (i == 1) {
fmt->framerate = fmt->framerates[0];
} else {
fmt->fmt.props.unset_mask |= 1 << pi;
SPA_PROPS_INDEX_UNSET (&fmt->fmt.props, pi);
}
pi = ++fmt->fmt.props.n_prop_info;