diff options
Diffstat (limited to 'media/formats/mp2t/ts_section.h')
-rw-r--r-- | media/formats/mp2t/ts_section.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/media/formats/mp2t/ts_section.h b/media/formats/mp2t/ts_section.h index 9273733..7451b9e 100644 --- a/media/formats/mp2t/ts_section.h +++ b/media/formats/mp2t/ts_section.h @@ -24,7 +24,8 @@ class TsSection { // Parse the data bytes of the TS packet. // Return true if parsing is successful. virtual bool Parse(bool payload_unit_start_indicator, - const uint8* buf, int size) = 0; + const uint8_t* buf, + int size) = 0; // Process bytes that have not been processed yet (pending buffers in the // pipe). Flush might thus results in frame emission, as an example. |