patterns: Fixed run problems with some patterns

This commit is contained in:
WerWolv
2024-07-23 18:39:05 +02:00
parent 71e1ad8df7
commit b42c571d4d
3 changed files with 2 additions and 1 deletions

View File

@@ -9,6 +9,7 @@
#pragma 0.3 2024-02-09 zhoubo: use BitfieldDisablePadding(Unpadded Bitfields) for odd header bytes(7,9 bytes) color, and remove FSeek. #pragma 0.3 2024-02-09 zhoubo: use BitfieldDisablePadding(Unpadded Bitfields) for odd header bytes(7,9 bytes) color, and remove FSeek.
#pragma 0.2 2024-02-05 zhoubo: fix some comment & color. #pragma 0.2 2024-02-05 zhoubo: fix some comment & color.
#pragma 0.1 2022-06-13 zhoubo: Init release. only ADTS, not support ADIF,LATM. #pragma 0.1 2022-06-13 zhoubo: Init release. only ADTS, not support ADIF,LATM.
#pragma pattern_limit 0xFFFFFF
// More information available at: // More information available at:
// 1. https://wiki.multimedia.cx/index.php?title=ADTS // 1. https://wiki.multimedia.cx/index.php?title=ADTS

View File

@@ -1,5 +1,5 @@
#pragma author ogmini https://github.com/ogmini #pragma author ogmini https://github.com/ogmini
#pragma description Windows 11 Notepad Window State file %localappdata%\Packages\Microsoft.WindowsNotepad_8wekyb3d8bbwe\LocalState\WindowState #pragma description Windows 11 Notepad Window State file %localappdata%/Packages/Microsoft.WindowsNotepad_8wekyb3d8bbwe/LocalState/WindowState
#include <std/string.pat> #include <std/string.pat>
#include <type/leb128.pat> #include <type/leb128.pat>

Binary file not shown.