Skip to content

Commit

Permalink
fix includes for the elementary stream
Browse files Browse the repository at this point in the history
  • Loading branch information
janbar committed Apr 29, 2019
1 parent b0a72da commit 56176ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/demuxer/elementaryStream.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
#ifndef ELEMENTARYSTREAM_H
#define ELEMENTARYSTREAM_H

#include <inttypes.h>
#include <cstdint>
#include <cstddef> // for size_t

#define ES_INIT_BUFFER_SIZE 64000
Expand Down

0 comments on commit 56176ab

Please sign in to comment.