Changeset 572 for CoolStreaming/Demo/BitStream/UMainForm.pas
- Timestamp:
- Jun 25, 2024, 1:37:11 AM (4 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
CoolStreaming/Demo/BitStream/UMainForm.pas
r249 r572 1 1 unit UMainForm; 2 3 {$mode objfpc}{$H+}4 2 5 3 interface … … 7 5 uses 8 6 Classes, SysUtils, FileUtil, Forms, Controls, Graphics, Dialogs, StdCtrls, 9 UBitStream;7 BitStream; 10 8 11 9 type … … 32 30 var 33 31 MainForm: TMainForm; 32 34 33 35 34 implementation
Note:
See TracChangeset
for help on using the changeset viewer.