mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2025-02-26 08:22:31 +00:00
Cosmetics
This commit is contained in:
parent
6fefd9b57f
commit
4e419fb6ae
@ -364,6 +364,7 @@ dirac::es_parser_c::handle_sequence_header_unit(memory_cptr packet) {
|
||||
|
||||
void
|
||||
dirac::es_parser_c::handle_padding_unit(memory_cptr packet) {
|
||||
// Intentionally do nothing.
|
||||
}
|
||||
|
||||
void
|
||||
|
@ -295,7 +295,7 @@ vc1::es_parser_c::~es_parser_c() {
|
||||
|
||||
void
|
||||
vc1::es_parser_c::add_bytes(unsigned char *buffer,
|
||||
int size) {
|
||||
int size) {
|
||||
memory_slice_cursor_c cursor;
|
||||
|
||||
int previous_pos = -1;
|
||||
|
Loading…
Reference in New Issue
Block a user