Cosmetics

This commit is contained in:
Moritz Bunkus 2008-09-24 19:02:09 +00:00
parent 6fefd9b57f
commit 4e419fb6ae
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -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;