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

@@ -122,8 +122,6 @@ static int writeData(void* _call)
return 0;
}
memset (PesHeader, '0', PES_AUDIO_HEADER_SIZE);
// #define DO_BYTESWAP
#ifdef DO_BYTESWAP
unsigned char *Data = (unsigned char *) malloc(call->len);