diff options
Diffstat (limited to 'softhddev.c')
-rw-r--r-- | softhddev.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/softhddev.c b/softhddev.c index b26a9dc..790f099 100644 --- a/softhddev.c +++ b/softhddev.c @@ -428,8 +428,6 @@ static int AdtsCheck(const uint8_t * data, int size) return 0; } -#ifndef NO_TS_AUDIO - ////////////////////////////////////////////////////////////////////////////// // PES Demux ////////////////////////////////////////////////////////////////////////////// @@ -455,6 +453,8 @@ enum PES_PROG_STREAM_DIR = 0xFF, }; +#ifndef NO_TS_AUDIO + /// /// PES parser state. /// |