This repository was archived by the owner on Nov 30, 2025. It is now read-only.
Commit 7ef4f1d
Submodule FFFrameReader updated 19 files
- include/FFFRDecoderContext.h+2-4
- include/FFFRStream.h+37-14
- include/FFFRUtility.h+38-1
- include/FFFrameReader.h+1-1
- source/FFFR.cpp+32-32
- source/FFFRDecoderContext.cpp+16-19
- source/FFFREncoder.cpp+18-17
- source/FFFRFilter.cpp+23-21
- source/FFFRFrame.cpp+3-3
- source/FFFRStream.cpp+327-234
- source/FFFRTypes.cpp+13-5
- source/FFFRUtility.cpp+7-2
- test/FFFRTestData.h+8-3
- test/FFFRTestDecode.cpp+103-16
- test/FFFRTestEncode.cpp+1-1
- test/FFFRTestFilter.cpp+1-1
- test/FFFRTestFrame.cpp+1-1
- test/FFFRTestSeek.cpp+44-46
- test/FFFRTestStream.cpp+1-1
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| |||
256 | 256 | | |
257 | 257 | | |
258 | 258 | | |
259 | | - | |
| 259 | + | |
260 | 260 | | |
261 | 261 | | |
262 | 262 | | |
| |||
0 commit comments