shithub: mcfs

Download patch

ref: e4ab603fe6e5875691319f04acbd44c5f51d372b
parent: c4409541f5a942d8200ed7e8ab58aaedc19932cf
author: Sigrid Solveig Haflínudóttir <ftrvxmtrx@gmail.com>
date: Tue Dec 15 17:07:50 EST 2020

aac: no codec private data, this might be required for some subformats

--- a/aac.c
+++ b/aac.c
@@ -10,11 +10,6 @@
 	int i;
 
 	USED(ts);
-	if(ctx->codec.priv.sz > 0 && ctx->frid == 0){
-		if(Bwrite(out, ctx->codec.priv.data, ctx->codec.priv.sz) != ctx->codec.priv.sz)
-			goto err;
-		ctx->frid++;
-	}
 	for(i = 0; i < np; i++, p++){
 		if(Bwrite(out, p->data, p->sz) != p->sz)
 			goto err;