Fix build with NO_TS_AUDIO.

This commit is contained in:
Johns 2012-12-14 17:04:50 +01:00
parent 932871dea9
commit b6154a988f
1 changed files with 2 additions and 2 deletions

View File

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