mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-libstb-hal.git
synced 2025-09-01 09:50:57 +02:00
libeplayer3/output/writer/: remove PesHeader memset (both wrong and unneeded)
Origin commit data
------------------
Branch: master
Commit: b3f4ef99a1
Author: martii <m4rtii@gmx.de>
Date: 2013-08-01 (Thu, 01 Aug 2013)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -121,8 +121,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);
|
||||
|
Reference in New Issue
Block a user