libeplayer: cleanup writers

This commit is contained in:
martii
2014-04-05 16:40:03 +02:00
parent 5f2f008800
commit 58b9518db1
10 changed files with 3 additions and 111 deletions

View File

@@ -125,18 +125,6 @@ static int writeData(WriterAVCallData_t *call)
{
int len = 0;
vc1_printf(10, "\n");
if (call == NULL) {
vc1_err("call data is NULL...\n");
return 0;
}
if ((call->packet->data == NULL) || (call->packet->size <= 0)) {
vc1_err("parsing NULL Data. ignoring...\n");
return 0;
}
if (call->fd < 0) {
vc1_err("file pointer < 0. ignoring ...\n");
return 0;