Update to new libmist
This commit is contained in:
parent
99286f0929
commit
dcd67784ed
3 changed files with 62 additions and 24 deletions
|
@ -7,8 +7,8 @@
|
|||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
#include <signal.h>
|
||||
#include "../../lib/ts_packet.h" //TS support
|
||||
#include "../../lib/dtsc.h" //DTSC support
|
||||
#include <mist/ts_packet.h> //TS support
|
||||
#include <mist/dtsc.h> //DTSC support
|
||||
|
||||
int main( ) {
|
||||
char charBuffer[1024*10];
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#include <string>
|
||||
#include "../../lib/ts_packet.h" //TS support
|
||||
#include "../../lib/dtsc.h" //DTSC support
|
||||
#include "../../lib/nal.h" //NAL Unit operations
|
||||
#include <mist/ts_packet.h> //TS support
|
||||
#include <mist/dtsc.h> //DTSC support
|
||||
#include <mist/nal.h> //NAL Unit operations
|
||||
|
||||
//DTSC::DTMI MetaData
|
||||
//DTSC::DTMI OutData
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue