libeplayer3/output/writer/: remove PesHeader memset (both wrong and unneeded)

This commit is contained in:
martii
2013-08-01 20:35:22 +02:00
committed by Stefan Seyfried
parent 95d724ced0
commit 0fa7469487
3 changed files with 0 additions and 4 deletions

View File

@@ -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) {