mirror of
https://projects.vdr-developer.org/git/vdr-plugin-softhddevice.git
synced 2023-10-10 19:16:51 +02:00
Fix build with NO_TS_AUDIO.
This commit is contained in:
parent
932871dea9
commit
b6154a988f
@ -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.
|
||||
///
|
||||
|
Loading…
Reference in New Issue
Block a user