mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-09-01 09:51:25 +02:00
libeplayer3: cleanup pcm writer
This commit is contained in:
@@ -191,7 +191,7 @@ static int writeData(WriterAVCallData_t *call)
|
||||
}
|
||||
|
||||
if (call->packet->size > 0 && call->packet->data) {
|
||||
unsigned int Position = 0;
|
||||
int Position = 0;
|
||||
unsigned char insertSampleHeader = 1;
|
||||
while (Position < call->packet->size) {
|
||||
|
||||
|
Reference in New Issue
Block a user