Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
mkmux: found another stupid bug in mk_mux_write_pkt
  • Loading branch information
perexg committed Nov 26, 2014
1 parent 39a4db4 commit 60574bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/muxer/tvh/mkmux.c
Expand Up @@ -1159,7 +1159,7 @@ mk_mux_write_pkt(mk_mux_t *mkm, th_pkt_t *pkt)
break;
}

if(t == NULL) {
if(i >= mkm->ntracks) {
pkt_ref_dec(pkt);
return mkm->error;
}
Expand Down

0 comments on commit 60574bf

Please sign in to comment.