~ft/mcfs

49dc43fd64bb77001494be6721380895f1bba971 — Sigrid Solveig Haflínudóttir 1 year, 8 months ago d4879b4
matroska: handle av1
1 files changed, 2 insertions(+), 0 deletions(-)

M matroska.c
M matroska.c => matroska.c +2 -0
@@ 135,6 135,8 @@ initctx(Ebml *e, double duration)
			e->fmt = FmtVp08;
		else if(strcmp(c, "h264") == 0)
			e->fmt = FmtAvc1;
		else if(strcmp(c, "av1") == 0)
			e->fmt = FmtAv01;
		else if(strcmp(c, "theora") == 0){
			e->fmt = FmtTheora;
			e->fpacket = oggpacket;