We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 209ba1c commit 7df4740Copy full SHA for 7df4740
1 file changed
vpxcoding.h
@@ -1,6 +1,6 @@
1
/*
2
* Copyright (c) 2010 The WebM project authors. All Rights Reserved.
3
- * Amalgam is (c) 2024 cnlohr
+ * Amalgam is (c) 2024,2025 cnlohr
4
*
5
* Use of this source code is governed by a BSD-style license
6
* that can be found in the LICENSE file in the root of the libvpx
@@ -15,6 +15,8 @@
15
* This amalgam has some notable changes:
16
* 1. Changed decrypt_state / decrypt_cb to ingest for reader.
17
* 2. Removed all libvpx dependencies.
18
+ * 3. Changed vpx_norm to be configurable (For low-flash situations)
19
+ * 4. Removed endian-specific code, and just iterated directly.
20
21
* To Use:
22
0 commit comments