audio duration = 1

This commit is contained in:
Lex Berezhny 2019-03-25 11:41:51 -04:00
parent 3913367e8a
commit 4fe9d39cdf

View file

@ -75,5 +75,5 @@ message Video {
}
message Audio {
uint32 duration = 3;
uint32 duration = 1;
}