On Wed, 4 Apr 2018 16:09:37 +0200, Paul B Mahol
wrote:
> +} else {
> +ast->codecpar->codec_id = AV_CODEC_ID_SIREN;
> +ast->codecpar->bits_per_coded_sample = 16;
> +ast->codecpar->block_align = 40;
> +ast->codecpar->bit_rate = 6400;
wow great!
now there is o
Signed-off-by: Paul B Mahol
---
libavformat/vivo.c | 5 +
1 file changed, 5 insertions(+)
diff --git a/libavformat/vivo.c b/libavformat/vivo.c
index 6a88a09a01..1339a609b9 100644
--- a/libavformat/vivo.c
+++ b/libavformat/vivo.c
@@ -232,6 +232,11 @@ static int vivo_read_header(AVFormatContex