diff --git a/src/lib_ccx/asf_constants.h b/src/lib_ccx/asf_constants.h index 63a3a044..bd4b63b1 100644 --- a/src/lib_ccx/asf_constants.h +++ b/src/lib_ccx/asf_constants.h @@ -85,10 +85,10 @@ typedef struct { // Payload parsing information int MultiplePayloads; // ASF int PacketLType; // ASF - int ReplicatedLType; // ASF - int OffsetMediaLType; // ASF - int MediaNumberLType; // ASF - int StreamNumberLType; // ASF + int ReplicatedLType; // ASF + int OffsetMediaLType; // ASF + int MediaNumberLType; // ASF + int StreamNumberLType; // ASF uint32_t PacketLength; uint32_t PaddingLength; -} asf_data; \ No newline at end of file +} asf_data;