mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-29 08:21:13 +02:00
libeplayer3/output/writer/: remove PesHeader memset (both wrong and unneeded)
This commit is contained in:
@@ -231,7 +231,6 @@ static int writeData(void* _call)
|
||||
vc1_printf(20, "PacketLength=%d, Remaining=%d, Position=%d\n", PacketLength, Remaining, Position);
|
||||
|
||||
unsigned char PesHeader[PES_MAX_HEADER_SIZE];
|
||||
memset (PesHeader, '0', PES_MAX_HEADER_SIZE);
|
||||
int HeaderLength = InsertPesHeader (PesHeader, PacketLength, VC1_VIDEO_PES_START_CODE, call->Pts, 0);
|
||||
|
||||
if(insertSampleHeader) {
|
||||
|
Reference in New Issue
Block a user