Skip to content

Commit c63e1d0

Browse files
committed
update changelog
1 parent f92135d commit c63e1d0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Change log
22

3-
### Next
3+
### 0.36.0-dev.3 (20251202)
44
* Use frame properties if they available for "YCbCr Matrix: None"
55

66
### 0.36.0-dev.2 (20251201)

src/assrender.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ static matrix_type matrix_from_frame_props(
149149
return MATRIX_NONE;
150150
}
151151

152-
// _ColorRange: 0 = full (PC), 1 = limited (TV) :contentReference[oaicite:1]{index=1}
152+
// _ColorRange: 0 = full (PC), 1 = limited (TV)
153153
int range = avs_prop_get_int(env, props, "_ColorRange", 0, &err);
154154
if (err)
155155
range = 1; // default to TV/limited for YUV if not present

0 commit comments

Comments
 (0)