[FFmpeg-devel] [PATCH 068/281] gdv: convert to new channel layout API

2022-01-12 Thread James Almer
From: Anton Khirnov Signed-off-by: James Almer --- libavformat/gdv.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/libavformat/gdv.c b/libavformat/gdv.c index b20691a2a4..f2e0748b6b 100644 --- a/libavformat/gdv.c +++ b/libavformat/gdv.c @@ -99,7 +99,8 @@ static int g

[FFmpeg-devel] [PATCH 069/281] genh: convert to new channel layout API

2022-01-12 Thread James Almer
From: Anton Khirnov Signed-off-by: James Almer --- libavformat/genh.c | 38 -- 1 file changed, 20 insertions(+), 18 deletions(-) diff --git a/libavformat/genh.c b/libavformat/genh.c index f9b222d8cd..139205ecc5 100644 --- a/libavformat/genh.c +++ b/libavform

[FFmpeg-devel] [PATCH 070/281] gsm: convert to new channel layout API

2022-01-12 Thread James Almer
From: Vittorio Giovara Signed-off-by: Vittorio Giovara Signed-off-by: James Almer --- libavformat/gsmdec.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/libavformat/gsmdec.c b/libavformat/gsmdec.c index e14e9aa217..09dc0e0fb3 100644 --- a/libavformat/gsmdec.c +++ b/liba

[FFmpeg-devel] [PATCH 071/281] gxf: convert to new channel layout API

2022-01-12 Thread James Almer
From: Vittorio Giovara Signed-off-by: Vittorio Giovara Signed-off-by: James Almer --- libavformat/gxf.c| 9 +++-- libavformat/gxfenc.c | 2 +- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/libavformat/gxf.c b/libavformat/gxf.c index 6f370c1b57..d96e0796f4 100644 --- a/

[FFmpeg-devel] [PATCH 072/281] hca: convert to new channel layout API

2022-01-12 Thread James Almer
Signed-off-by: James Almer --- libavformat/hca.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libavformat/hca.c b/libavformat/hca.c index eaa96a9b17..3c9e549e38 100644 --- a/libavformat/hca.c +++ b/libavformat/hca.c @@ -79,7 +79,8 @@ static int hca_read_header(AVFormatCon

[FFmpeg-devel] [PATCH 073/281] hcom: convert to new channel layout API

2022-01-12 Thread James Almer
From: Anton Khirnov Signed-off-by: James Almer --- libavformat/hcom.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libavformat/hcom.c b/libavformat/hcom.c index b7fb7314c8..579f0b707e 100644 --- a/libavformat/hcom.c +++ b/libavformat/hcom.c @@ -62,7 +62,8 @@ static int

[FFmpeg-devel] [PATCH 074/281] hls_sample_encryption: convert to new channel layout API

2022-01-12 Thread James Almer
Signed-off-by: James Almer --- libavformat/hls_sample_encryption.c | 12 +++- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/libavformat/hls_sample_encryption.c b/libavformat/hls_sample_encryption.c index 3dbaff717e..159a6edc6e 100644 --- a/libavformat/hls_sample_encryptio

[FFmpeg-devel] [PATCH 075/281] idcin: convert to new channel layout API

2022-01-12 Thread James Almer
From: Vittorio Giovara Signed-off-by: Vittorio Giovara Signed-off-by: James Almer --- libavformat/idcin.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/libavformat/idcin.c b/libavformat/idcin.c index b7402107da..c92ed2c237 100644 --- a/libavformat/idcin.c +++ b/libavfo

[FFmpeg-devel] [PATCH 076/281] idroq: convert to new channel layout API

2022-01-12 Thread James Almer
From: Vittorio Giovara Signed-off-by: Vittorio Giovara Signed-off-by: James Almer --- libavformat/idroqdec.c | 12 +--- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/libavformat/idroqdec.c b/libavformat/idroqdec.c index 0c8b7278e9..c9fc972780 100644 --- a/libavformat/id

[FFmpeg-devel] [PATCH 077/281] iff: convert to new channel layout API

2022-01-12 Thread James Almer
From: Vittorio Giovara Signed-off-by: Vittorio Giovara Signed-off-by: Anton Khirnov Signed-off-by: James Almer --- libavformat/iff.c | 63 --- 1 file changed, 32 insertions(+), 31 deletions(-) diff --git a/libavformat/iff.c b/libavformat/iff.c inde

[FFmpeg-devel] [PATCH 078/281] ifv: convert to new channel layout API

2022-01-12 Thread James Almer
From: Anton Khirnov Signed-off-by: James Almer --- libavformat/ifv.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/libavformat/ifv.c b/libavformat/ifv.c index d38c3ef5a2..490608c5de 100644 --- a/libavformat/ifv.c +++ b/libavformat/ifv.c @@ -155,8 +155,7 @@ static int ifv

[FFmpeg-devel] [PATCH 079/281] ilbc: convert to new channel layout API

2022-01-12 Thread James Almer
From: Vittorio Giovara Signed-off-by: Vittorio Giovara Signed-off-by: James Almer --- libavformat/ilbc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/ilbc.c b/libavformat/ilbc.c index 0cbdd3d5b8..361116571f 100644 --- a/libavformat/ilbc.c +++ b/libavformat/il

[FFmpeg-devel] [PATCH 080/281] imx: convert to new channel layout API

2022-01-12 Thread James Almer
Signed-off-by: James Almer --- libavformat/imx.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/libavformat/imx.c b/libavformat/imx.c index e8ca79d057..c8b1a3b2ad 100644 --- a/libavformat/imx.c +++ b/libavformat/imx.c @@ -76,8 +76,7 @@ static int simbiosis_imx_read_header(A

[FFmpeg-devel] [PATCH 081/281] ircam: convert to new channel layout API

2022-01-12 Thread James Almer
From: Anton Khirnov Signed-off-by: James Almer --- libavformat/ircamdec.c | 8 +--- libavformat/ircamenc.c | 2 +- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/libavformat/ircamdec.c b/libavformat/ircamdec.c index a05ca5c9c7..a8927a3733 100644 --- a/libavformat/ircamdec.c

[FFmpeg-devel] [PATCH 082/281] ipmovie: convert to new channel layout API

2022-01-12 Thread James Almer
From: Vittorio Giovara Signed-off-by: Vittorio Giovara Signed-off-by: James Almer --- libavformat/ipmovie.c | 8 +++- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/libavformat/ipmovie.c b/libavformat/ipmovie.c index 9c996d4a98..793f1f6fee 100644 --- a/libavformat/ipmovie.c

[FFmpeg-devel] [PATCH 083/281] iss: convert to new channel layout API

2022-01-12 Thread James Almer
From: Vittorio Giovara Signed-off-by: Vittorio Giovara Signed-off-by: James Almer --- libavformat/iss.c | 17 + 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/libavformat/iss.c b/libavformat/iss.c index c58c5923ba..f54ff8b0de 100644 --- a/libavformat/iss.c +++ b/

[FFmpeg-devel] [PATCH 084/281] jack: port to new channel layout API

2022-01-12 Thread James Almer
From: Anton Khirnov Signed-off-by: James Almer --- libavdevice/jack.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libavdevice/jack.c b/libavdevice/jack.c index 0d5465e407..53ce029dfd 100644 --- a/libavdevice/jack.c +++ b/libavdevice/jack.c @@ -255,7 +255,8 @@ static in

[FFmpeg-devel] [PATCH 085/281] jvdec: convert to new channel layout API

2022-01-12 Thread James Almer
From: Vittorio Giovara Signed-off-by: Vittorio Giovara Signed-off-by: James Almer --- libavformat/jvdec.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/libavformat/jvdec.c b/libavformat/jvdec.c index 93569c87df..14e53e5c70 100644 --- a/libavformat/jvdec.c +++ b/libavfor

[FFmpeg-devel] [PATCH 086/281] kvag: convert to new channel layout API

2022-01-12 Thread James Almer
Signed-off-by: James Almer --- libavformat/kvag.c | 19 ++- 1 file changed, 6 insertions(+), 13 deletions(-) diff --git a/libavformat/kvag.c b/libavformat/kvag.c index a277c28128..5cb856cf07 100644 --- a/libavformat/kvag.c +++ b/libavformat/kvag.c @@ -71,18 +71,11 @@ static int k

[FFmpeg-devel] [PATCH 087/281] avdevice/lavfi: convert to new channel layout API

2022-01-12 Thread James Almer
Signed-off-by: James Almer --- libavdevice/lavfi.c | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libavdevice/lavfi.c b/libavdevice/lavfi.c index 710ad7c530..fdb93b835f 100644 --- a/libavdevice/lavfi.c +++ b/libavdevice/lavfi.c @@ -332,9 +332,12 @@ av_cold static int l

[FFmpeg-devel] [PATCH 088/281] libcdio: port to new channel layout API

2022-01-12 Thread James Almer
From: Anton Khirnov Signed-off-by: James Almer --- libavdevice/libcdio.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/libavdevice/libcdio.c b/libavdevice/libcdio.c index 623878fe7f..4417523c57 100644 --- a/libavdevice/libcdio.c +++ b/libavdevice/libcdio.c @@ -90,13 +

[FFmpeg-devel] [PATCH 090/281] lxfdec: convert to new channel layout API

2022-01-12 Thread James Almer
From: Vittorio Giovara Signed-off-by: Vittorio Giovara Signed-off-by: James Almer --- libavformat/lxfdec.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libavformat/lxfdec.c b/libavformat/lxfdec.c index 7889abb2c9..9e0d265f6a 100644 --- a/libavformat/lxfdec.c +++ b/liba

[FFmpeg-devel] [PATCH 091/281] matroska: convert to new channel layout API

2022-01-12 Thread James Almer
From: Vittorio Giovara Signed-off-by: Vittorio Giovara Signed-off-by: Anton Khirnov Signed-off-by: James Almer --- libavformat/matroskadec.c | 8 ++-- libavformat/matroskaenc.c | 10 +- 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/libavformat/matroskadec.c b/li

[FFmpeg-devel] [PATCH 089/281] lvf: convert to new channel layout API

2022-01-12 Thread James Almer
From: Anton Khirnov Signed-off-by: James Almer --- libavformat/lvfdec.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libavformat/lvfdec.c b/libavformat/lvfdec.c index cd64fb9aee..d060b3b0aa 100644 --- a/libavformat/lvfdec.c +++ b/libavformat/lvfdec.c @@ -79,7 +79,8 @@ s

[FFmpeg-devel] [PATCH 094/281] mmf: convert to new channel layout API

2022-01-12 Thread James Almer
From: Vittorio Giovara Signed-off-by: Vittorio Giovara Signed-off-by: Anton Khirnov Signed-off-by: James Almer --- libavformat/mmf.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/libavformat/mmf.c b/libavformat/mmf.c index 0c067a1025..4c3ef3456b 100644 --- a/libavfo

[FFmpeg-devel] [PATCH 095/281] moflex: convert to new channel layout API

2022-01-12 Thread James Almer
Signed-off-by: James Almer --- libavformat/moflex.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libavformat/moflex.c b/libavformat/moflex.c index 1d342417f7..0b628add6c 100644 --- a/libavformat/moflex.c +++ b/libavformat/moflex.c @@ -233,7 +233,8 @@ static int moflex_rea

[FFmpeg-devel] [PATCH 092/281] mca: convert to new channel layout API

2022-01-12 Thread James Almer
Signed-off-by: James Almer --- libavformat/mca.c | 25 + 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/libavformat/mca.c b/libavformat/mca.c index ca0f76d6bf..feda65dd85 100644 --- a/libavformat/mca.c +++ b/libavformat/mca.c @@ -62,7 +62,8 @@ static int r

[FFmpeg-devel] [PATCH 096/281] mov: convert to new channel layout API

2022-01-12 Thread James Almer
From: Vittorio Giovara Signed-off-by: Vittorio Giovara Signed-off-by: Anton Khirnov Signed-off-by: James Almer --- libavformat/isom.c | 5 +-- libavformat/mov.c | 80 +++--- libavformat/mov_chan.c | 21 +++ libavformat/mov_chan.h | 3 +-

[FFmpeg-devel] [PATCH 093/281] mm: convert to new channel layout API

2022-01-12 Thread James Almer
From: Vittorio Giovara Signed-off-by: Vittorio Giovara Signed-off-by: James Almer --- libavformat/mm.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/libavformat/mm.c b/libavformat/mm.c index d1acfef445..1d44f41a94 100644 --- a/libavformat/mm.c +++ b/libavformat/mm.c @@

[FFmpeg-devel] [PATCH 097/281] movenc-test: convert to new channel layout API

2022-01-12 Thread James Almer
From: Vittorio Giovara Signed-off-by: James Almer --- libavformat/tests/movenc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/tests/movenc.c b/libavformat/tests/movenc.c index 2af72f11c7..1d45725318 100644 --- a/libavformat/tests/movenc.c +++ b/libavformat/tes

[FFmpeg-devel] [PATCH 098/281] mp3: convert to new channel layout API

2022-01-12 Thread James Almer
From: Vittorio Giovara Signed-off-by: Vittorio Giovara Signed-off-by: James Almer --- libavformat/mp3enc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/mp3enc.c b/libavformat/mp3enc.c index 3ff19da274..91874fa14e 100644 --- a/libavformat/mp3enc.c +++ b/libavf

[FFmpeg-devel] [PATCH 099/281] mpc: convert to new channel layout API

2022-01-12 Thread James Almer
From: Vittorio Giovara Signed-off-by: Vittorio Giovara Signed-off-by: James Almer --- libavformat/mpc.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/libavformat/mpc.c b/libavformat/mpc.c index b5b2bab33c..f36768b5ff 100644 --- a/libavformat/mpc.c +++ b/libavformat/mpc.

[FFmpeg-devel] [PATCH 100/281] mpc8: convert to new channel layout API

2022-01-12 Thread James Almer
From: Vittorio Giovara Signed-off-by: Vittorio Giovara Signed-off-by: James Almer --- libavformat/mpc8.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libavformat/mpc8.c b/libavformat/mpc8.c index 0cf46b36a0..c5f05e08a2 100644 --- a/libavformat/mpc8.c +++ b/libavforma

[FFmpeg-devel] [PATCH 101/281] mpeg: convert to new channel layout API

2022-01-12 Thread James Almer
From: Anton Khirnov Signed-off-by: James Almer --- libavformat/mpeg.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/libavformat/mpeg.c b/libavformat/mpeg.c index ca15d9f241..34c1b74a4e 100644 --- a/libavformat/mpeg.c +++ b/libavformat/mpeg.c @@ -621,8 +621,7 @@ skip:

[FFmpeg-devel] [PATCH 102/281] mpegenc: convert to new channel layout API

2022-01-12 Thread James Almer
From: Vittorio Giovara Signed-off-by: Vittorio Giovara Signed-off-by: James Almer --- libavformat/mpegenc.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/libavformat/mpegenc.c b/libavformat/mpegenc.c index b1d8bf9c38..3b5aefeb30 100644 --- a/libavformat/mpegenc

[FFmpeg-devel] [PATCH 103/281] mpegtsenc: convert to new channel layout API

2022-01-12 Thread James Almer
From: Anton Khirnov Signed-off-by: James Almer --- libavformat/mpegtsenc.c | 30 -- 1 file changed, 16 insertions(+), 14 deletions(-) diff --git a/libavformat/mpegtsenc.c b/libavformat/mpegtsenc.c index 92b4cc8087..018baf5d1b 100644 --- a/libavformat/mpegtsenc.c +++

[FFmpeg-devel] [PATCH 104/281] msf: convert to new channel layout API

2022-01-12 Thread James Almer
From: Anton Khirnov Signed-off-by: James Almer --- libavformat/msf.c | 16 +--- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/libavformat/msf.c b/libavformat/msf.c index 98a7ca11c3..ab3812b0fc 100644 --- a/libavformat/msf.c +++ b/libavformat/msf.c @@ -54,8 +54,10 @@

[FFmpeg-devel] [PATCH 105/281] mtaf: convert to new channel layout API

2022-01-12 Thread James Almer
From: Anton Khirnov Signed-off-by: James Almer --- libavformat/mtaf.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/libavformat/mtaf.c b/libavformat/mtaf.c index 5da82e713b..fcca684866 100644 --- a/libavformat/mtaf.c +++ b/libavformat/mtaf.c @@ -54,9 +54,10 @@ static

[FFmpeg-devel] [PATCH 106/281] musx: convert to new channel layout API

2022-01-12 Thread James Almer
From: Anton Khirnov Signed-off-by: James Almer --- libavformat/musx.c | 49 ++ 1 file changed, 28 insertions(+), 21 deletions(-) diff --git a/libavformat/musx.c b/libavformat/musx.c index fd5a9297f9..edb65ccf86 100644 --- a/libavformat/musx.c +++ b/l

[FFmpeg-devel] [PATCH 107/281] mvdec: convert to new channel layout API

2022-01-12 Thread James Almer
From: Vittorio Giovara Signed-off-by: Vittorio Giovara Signed-off-by: James Almer --- libavformat/mvdec.c | 10 -- 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/libavformat/mvdec.c b/libavformat/mvdec.c index 4f233aff5f..b37fe2ce69 100644 --- a/libavformat/mvdec.c +++ b

[FFmpeg-devel] [PATCH 108/281] mvi: convert to new channel layout API

2022-01-12 Thread James Almer
From: Vittorio Giovara Signed-off-by: Vittorio Giovara Signed-off-by: James Almer --- libavformat/mvi.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/libavformat/mvi.c b/libavformat/mvi.c index 4c67e3569d..b2d6a92a4b 100644 --- a/libavformat/mvi.c +++ b/libavformat/mvi.

[FFmpeg-devel] [PATCH 109/281] mxf: convert to new channel layout API

2022-01-12 Thread James Almer
From: Vittorio Giovara Signed-off-by: Vittorio Giovara Signed-off-by: Anton Khirnov Signed-off-by: James Almer --- libavformat/mxfdec.c | 34 +- libavformat/mxfenc.c | 20 +++- 2 files changed, 32 insertions(+), 22 deletions(-) diff --git a/lib

[FFmpeg-devel] [PATCH 110/281] mxg: convert to new channel layout API

2022-01-12 Thread James Almer
From: Vittorio Giovara Signed-off-by: Vittorio Giovara Signed-off-by: James Almer --- libavformat/mxg.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/libavformat/mxg.c b/libavformat/mxg.c index d5c1d666fc..b160ccb9f9 100644 --- a/libavformat/mxg.c +++ b/libavformat/mxg.

[FFmpeg-devel] [PATCH 111/281] nistspheredec: convert to new channel layout API

2022-01-12 Thread James Almer
From: Anton Khirnov Signed-off-by: James Almer --- libavformat/nistspheredec.c | 8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/libavformat/nistspheredec.c b/libavformat/nistspheredec.c index b606ce72aa..43b7d9bc47 100644 --- a/libavformat/nistspheredec.c +++ b/libavf

[FFmpeg-devel] [PATCH 112/281] nspdec: convert to new channel layout API

2022-01-12 Thread James Almer
From: Anton Khirnov Signed-off-by: James Almer --- libavformat/nspdec.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libavformat/nspdec.c b/libavformat/nspdec.c index 3aaf887746..8d221efea9 100644 --- a/libavformat/nspdec.c +++ b/libavformat/nspdec.c @@ -88,7 +88,8 @@ s

[FFmpeg-devel] [PATCH 113/281] nsvdec: convert to new channel layout API

2022-01-12 Thread James Almer
From: Vittorio Giovara Signed-off-by: Vittorio Giovara Signed-off-by: James Almer --- libavformat/nsvdec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/nsvdec.c b/libavformat/nsvdec.c index 27471125ff..852e6194b0 100644 --- a/libavformat/nsvdec.c +++ b/libavf

[FFmpeg-devel] [PATCH 114/281] nutdec: convert to new channel layout API

2022-01-12 Thread James Almer
From: Vittorio Giovara Signed-off-by: Vittorio Giovara Signed-off-by: James Almer --- libavformat/nutdec.c | 5 - libavformat/nutenc.c | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/libavformat/nutdec.c b/libavformat/nutdec.c index 0a8a700acf..8beec503e2 100644 ---

[FFmpeg-devel] [PATCH 115/281] nuv: convert to new channel layout API

2022-01-12 Thread James Almer
From: Vittorio Giovara Signed-off-by: Vittorio Giovara Signed-off-by: James Almer --- libavformat/nuv.c | 11 +-- 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/libavformat/nuv.c b/libavformat/nuv.c index 5f5cc50302..2cb1df368f 100644 --- a/libavformat/nuv.c +++ b/libavf

[FFmpeg-devel] [PATCH 116/281] ogg: convert to new channel layout API

2022-01-12 Thread James Almer
From: Vittorio Giovara Signed-off-by: Vittorio Giovara Signed-off-by: Anton Khirnov Signed-off-by: James Almer --- libavformat/oggparsecelt.c | 3 ++- libavformat/oggparseogm.c| 6 -- libavformat/oggparseopus.c | 3 ++- libavformat/oggparsespeex.c | 8 libavformat/oggpar

[FFmpeg-devel] [PATCH 117/281] oma: convert to new channel layout API

2022-01-12 Thread James Almer
From: Vittorio Giovara Signed-off-by: Vittorio Giovara Signed-off-by: Anton Khirnov Signed-off-by: James Almer --- libavformat/oma.h| 2 ++ libavformat/omadec.c | 35 ++- libavformat/omaenc.c | 4 ++-- 3 files changed, 18 insertions(+), 23 deletions(-) d

[FFmpeg-devel] [PATCH 118/281] oss: port to new channel layout API

2022-01-12 Thread James Almer
From: Anton Khirnov Signed-off-by: James Almer --- libavdevice/oss_dec.c | 3 ++- libavdevice/oss_enc.c | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/libavdevice/oss_dec.c b/libavdevice/oss_dec.c index 4f3772c1f5..d3fc59d0ea 100644 --- a/libavdevice/oss_dec.c +++ b/liba

[FFmpeg-devel] [PATCH 119/281] paf: convert to new channel layout API

2022-01-12 Thread James Almer
From: Vittorio Giovara Signed-off-by: Vittorio Giovara Signed-off-by: James Almer --- libavformat/paf.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/libavformat/paf.c b/libavformat/paf.c index 140e0567e1..d48cf57645 100644 --- a/libavformat/paf.c +++ b/libavformat/paf.

[FFmpeg-devel] [PATCH 089/281] lvf: convert to new channel layout API

2022-01-12 Thread James Almer
From: Anton Khirnov Signed-off-by: James Almer --- libavformat/lvfdec.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libavformat/lvfdec.c b/libavformat/lvfdec.c index cd64fb9aee..d060b3b0aa 100644 --- a/libavformat/lvfdec.c +++ b/libavformat/lvfdec.c @@ -79,7 +79,8 @@ s

[FFmpeg-devel] [PATCH 120/281] pcm: convert to new channel layout API

2022-01-12 Thread James Almer
From: Vittorio Giovara Signed-off-by: Vittorio Giovara Signed-off-by: Anton Khirnov Signed-off-by: James Almer --- libavformat/pcm.c| 2 +- libavformat/pcmdec.c | 7 --- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/libavformat/pcm.c b/libavformat/pcm.c index e91117ce

[FFmpeg-devel] [PATCH 121/281] pmp: convert to new channel layout API

2022-01-12 Thread James Almer
From: Vittorio Giovara Signed-off-by: Vittorio Giovara Signed-off-by: James Almer --- libavformat/pmpdec.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libavformat/pmpdec.c b/libavformat/pmpdec.c index ce8e89515a..d63c856770 100644 --- a/libavformat/pmpdec.c +++ b/liba

[FFmpeg-devel] [PATCH 122/281] pp_bnk: convert to new channel layout API

2022-01-12 Thread James Almer
Signed-off-by: James Almer --- libavformat/pp_bnk.c | 12 +++- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/libavformat/pp_bnk.c b/libavformat/pp_bnk.c index b1e1b6115e..c4172e2260 100644 --- a/libavformat/pp_bnk.c +++ b/libavformat/pp_bnk.c @@ -205,18 +205,12 @@ static i

[FFmpeg-devel] [PATCH 123/281] psxstr: convert to new channel layout API

2022-01-12 Thread James Almer
From: Vittorio Giovara Signed-off-by: Vittorio Giovara Signed-off-by: James Almer --- libavformat/psxstr.c | 10 ++ 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/libavformat/psxstr.c b/libavformat/psxstr.c index e649ba3ab4..bb56b05688 100644 --- a/libavformat/psxstr.c +

[FFmpeg-devel] [PATCH 127/281] rawenc: convert to new channel layout API

2022-01-12 Thread James Almer
From: Anton Khirnov Signed-off-by: James Almer --- libavformat/rawenc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/rawenc.c b/libavformat/rawenc.c index 4bbae7717b..54a0c2fa78 100644 --- a/libavformat/rawenc.c +++ b/libavformat/rawenc.c @@ -79,7 +79,7 @@ sta

[FFmpeg-devel] [PATCH 126/281] r3d: convert to new channel layout API

2022-01-12 Thread James Almer
From: Vittorio Giovara Signed-off-by: Vittorio Giovara Signed-off-by: James Almer --- libavformat/r3d.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libavformat/r3d.c b/libavformat/r3d.c index c98e3dbc66..cd8b4c14bc 100644 --- a/libavformat/r3d.c +++ b/libavformat/r3d.

[FFmpeg-devel] [PATCH 128/281] redspark: convert to new channel layout API

2022-01-12 Thread James Almer
From: Anton Khirnov Signed-off-by: James Almer --- libavformat/redspark.c | 15 --- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/libavformat/redspark.c b/libavformat/redspark.c index eca182c3a7..f4386d7759 100644 --- a/libavformat/redspark.c +++ b/libavformat/redspa

[FFmpeg-devel] [PATCH 124/281] pvf: convert to new channel layout API

2022-01-12 Thread James Almer
From: Anton Khirnov Signed-off-by: James Almer --- libavformat/pvfdec.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/libavformat/pvfdec.c b/libavformat/pvfdec.c index 7205b0b37d..1654bcbc83 100644 --- a/libavformat/pvfdec.c +++ b/libavformat/pvfdec.c @@ -54,11 +54,12

[FFmpeg-devel] [PATCH 125/281] qcp: convert to new channel layout API

2022-01-12 Thread James Almer
From: Vittorio Giovara Signed-off-by: Vittorio Giovara Signed-off-by: James Almer --- libavformat/qcp.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/libavformat/qcp.c b/libavformat/qcp.c index 7e0d9b9b8c..8d80b726a5 100644 --- a/libavformat/qcp.c +++ b/libavformat/qcp.

[FFmpeg-devel] [PATCH 129/281] riff: convert to new channel layout API

2022-01-12 Thread James Almer
From: Vittorio Giovara Signed-off-by: Vittorio Giovara Signed-off-by: Anton Khirnov Signed-off-by: James Almer --- libavformat/riffdec.c | 20 +--- libavformat/riffenc.c | 18 +- 2 files changed, 22 insertions(+), 16 deletions(-) diff --git a/libavformat/riffd

[FFmpeg-devel] [PATCH 130/281] rl2: convert to new channel layout API

2022-01-12 Thread James Almer
From: Vittorio Giovara Signed-off-by: Vittorio Giovara Signed-off-by: James Almer --- libavformat/rl2.c | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/libavformat/rl2.c b/libavformat/rl2.c index 6a559c7294..7b4b8d0ba7 100644 --- a/libavformat/rl2.c +++ b/libavformat

[FFmpeg-devel] [PATCH 131/281] rm: convert to new channel layout API

2022-01-12 Thread James Almer
From: Vittorio Giovara Signed-off-by: Vittorio Giovara Signed-off-by: James Almer --- libavformat/rmdec.c | 6 +++--- libavformat/rmenc.c | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/libavformat/rmdec.c b/libavformat/rmdec.c index 3a3f6aaf09..49c2645ecf 100644 --- a/l

[FFmpeg-devel] [PATCH 132/281] rpl: convert to new channel layout API

2022-01-12 Thread James Almer
From: Vittorio Giovara Signed-off-by: Vittorio Giovara Signed-off-by: James Almer --- libavformat/rpl.c | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libavformat/rpl.c b/libavformat/rpl.c index 459791ffd3..b6eaaab768 100644 --- a/libavformat/rpl.c +++ b/libavformat

[FFmpeg-devel] [PATCH 133/281] rsd: convert to new channel layout API

2022-01-12 Thread James Almer
From: Anton Khirnov Signed-off-by: James Almer --- libavformat/rsd.c | 27 ++- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/libavformat/rsd.c b/libavformat/rsd.c index ba3b3429b9..bd6dc3351e 100644 --- a/libavformat/rsd.c +++ b/libavformat/rsd.c @@ -81

[FFmpeg-devel] [PATCH 134/281] rso: convert to new channel layout API

2022-01-12 Thread James Almer
From: Vittorio Giovara Signed-off-by: Vittorio Giovara Signed-off-by: James Almer --- libavformat/rsodec.c | 3 +-- libavformat/rsoenc.c | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/libavformat/rsodec.c b/libavformat/rsodec.c index ffd0fdff0d..569368b422 100644 --- a/

[FFmpeg-devel] [PATCH 135/281] rtp: convert to new channel layout API

2022-01-12 Thread James Almer
From: Vittorio Giovara Signed-off-by: Vittorio Giovara Signed-off-by: James Almer --- libavformat/rtp.c| 10 ++ libavformat/rtpdec.c | 4 ++-- libavformat/rtpdec_amr.c | 3 +-- libavformat/rtpenc.c | 14 +++--- libavformat/rtsp.c | 6 +++--- libavformat

[FFmpeg-devel] [PATCH 136/281] sbg: convert to new channel layout API

2022-01-12 Thread James Almer
From: Anton Khirnov Signed-off-by: James Almer --- libavformat/sbgdec.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/libavformat/sbgdec.c b/libavformat/sbgdec.c index baffbbd6fd..8a6d679056 100644 --- a/libavformat/sbgdec.c +++ b/libavformat/sbgdec.c @@ -1446,8 +1446,7

[FFmpeg-devel] [PATCH 137/281] scd: convert to new channel layout API

2022-01-12 Thread James Almer
Signed-off-by: James Almer --- libavformat/scd.c | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/libavformat/scd.c b/libavformat/scd.c index 0ed5322a14..d59d72e1d9 100644 --- a/libavformat/scd.c +++ b/libavformat/scd.c @@ -194,7 +194,8 @@ static int scd_read_track(AVF

[FFmpeg-devel] [PATCH 138/281] sdp: convert to new channel layout API

2022-01-12 Thread James Almer
From: Vittorio Giovara Signed-off-by: Vittorio Giovara Signed-off-by: Anton Khirnov Signed-off-by: James Almer --- libavformat/sdp.c | 32 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/libavformat/sdp.c b/libavformat/sdp.c index d63a0b34c4..0

[FFmpeg-devel] [PATCH 139/281] sdr2: convert to new channel layout API

2022-01-12 Thread James Almer
From: Anton Khirnov Signed-off-by: James Almer --- libavformat/sdr2.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libavformat/sdr2.c b/libavformat/sdr2.c index 6799339420..8b99419bc4 100644 --- a/libavformat/sdr2.c +++ b/libavformat/sdr2.c @@ -54,7 +54,8 @@ static int

[FFmpeg-devel] [PATCH 140/281] sds: convert to new channel layout API

2022-01-12 Thread James Almer
From: Anton Khirnov Signed-off-by: James Almer --- libavformat/sdsdec.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libavformat/sdsdec.c b/libavformat/sdsdec.c index 073dadafbb..3b7f95421f 100644 --- a/libavformat/sdsdec.c +++ b/libavformat/sdsdec.c @@ -110,7 +110,8 @@

[FFmpeg-devel] [PATCH 141/281] sdx: convert to new channel layout API

2022-01-12 Thread James Almer
From: Anton Khirnov Signed-off-by: James Almer --- libavformat/sdxdec.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libavformat/sdxdec.c b/libavformat/sdxdec.c index 76fd2caa00..45edd62976 100644 --- a/libavformat/sdxdec.c +++ b/libavformat/sdxdec.c @@ -54,7 +54,8 @@ s

[FFmpeg-devel] [PATCH 142/281] segafilm: convert to new channel layout API

2022-01-12 Thread James Almer
From: Vittorio Giovara Signed-off-by: James Almer --- libavformat/segafilm.c| 9 + libavformat/segafilmenc.c | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/libavformat/segafilm.c b/libavformat/segafilm.c index 3af7518d03..6c563a85af 100644 --- a/libavformat/s

[FFmpeg-devel] [PATCH 143/281] sga: convert to new channel layout API

2022-01-12 Thread James Almer
Signed-off-by: James Almer --- libavformat/sga.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/libavformat/sga.c b/libavformat/sga.c index 16e8fe516d..12e9cc1441 100644 --- a/libavformat/sga.c +++ b/libavformat/sga.c @@ -323,8 +323,7 @@ static int sga_audio_packet(AVFormat

[FFmpeg-devel] [PATCH 144/281] sierravmd: convert to new channel layout API

2022-01-12 Thread James Almer
From: Vittorio Giovara Signed-off-by: Vittorio Giovara Signed-off-by: James Almer --- libavformat/sierravmd.c | 15 +++ 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/libavformat/sierravmd.c b/libavformat/sierravmd.c index e35faae50d..d110457ec9 100644 --- a/libavfor

[FFmpeg-devel] [PATCH 145/281] siff: convert to new channel layout API

2022-01-12 Thread James Almer
From: Vittorio Giovara Signed-off-by: Vittorio Giovara Signed-off-by: James Almer --- libavformat/siff.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/libavformat/siff.c b/libavformat/siff.c index a34de24ec8..99756574b4 100644 --- a/libavformat/siff.c +++ b/libavformat/

[FFmpeg-devel] [PATCH 146/281] smacker: convert to new channel layout API

2022-01-12 Thread James Almer
From: Vittorio Giovara Signed-off-by: Vittorio Giovara Signed-off-by: James Almer --- libavformat/smacker.c | 11 +++ 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/libavformat/smacker.c b/libavformat/smacker.c index 98436bd708..80d36f2f40 100644 --- a/libavformat/smacke

[FFmpeg-devel] [PATCH 147/281] smjpegenc: convert to new channel layout API

2022-01-12 Thread James Almer
From: Vittorio Giovara Signed-off-by: Vittorio Giovara Signed-off-by: James Almer --- libavformat/smjpegdec.c | 3 ++- libavformat/smjpegenc.c | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/libavformat/smjpegdec.c b/libavformat/smjpegdec.c index dc95a822c5..d449162705 1

[FFmpeg-devel] [PATCH 148/281] smoothstreaming: convert to new channel layout API

2022-01-12 Thread James Almer
From: Vittorio Giovara Signed-off-by: Vittorio Giovara Signed-off-by: James Almer --- libavformat/smoothstreamingenc.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/libavformat/smoothstreamingenc.c b/libavformat/smoothstreamingenc.c index a0ea5b8fa8..c67f0cba43 100644

[FFmpeg-devel] [PATCH 149/281] smush: convert to new channel layout API

2022-01-12 Thread James Almer
From: Vittorio Giovara Signed-off-by: Vittorio Giovara Signed-off-by: James Almer --- libavformat/smush.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libavformat/smush.c b/libavformat/smush.c index 59807ab963..a0a6971e30 100644 --- a/libavformat/smush.c +++ b/libavf

[FFmpeg-devel] [PATCH 058/281] flac: convert to new channel layout API

2022-01-12 Thread James Almer
From: Vittorio Giovara Signed-off-by: Vittorio Giovara Signed-off-by: James Almer --- libavformat/flacdec.c | 3 +-- libavformat/flacenc.c | 7 +++ 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/libavformat/flacdec.c b/libavformat/flacdec.c index 3401aebe8d..bfae5a2af1 1006

[FFmpeg-devel] [PATCH 150/281] sol: convert to new channel layout API

2022-01-12 Thread James Almer
From: Vittorio Giovara Signed-off-by: Vittorio Giovara Signed-off-by: James Almer --- libavformat/sol.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/libavformat/sol.c b/libavformat/sol.c index 42498492b6..b92cfb36fe 100644 --- a/libavformat/sol.c +++ b/libavformat/sol

[FFmpeg-devel] [PATCH 151/281] sox: convert to new channel layout API

2022-01-12 Thread James Almer
From: Vittorio Giovara Signed-off-by: Vittorio Giovara Signed-off-by: James Almer --- libavformat/soxdec.c | 14 +- libavformat/soxenc.c | 4 ++-- 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/libavformat/soxdec.c b/libavformat/soxdec.c index 83fb5e3758..c747cdb9

[FFmpeg-devel] [PATCH 152/281] svag: convert to new channel layout API

2022-01-12 Thread James Almer
From: Anton Khirnov Signed-off-by: James Almer --- libavformat/svag.c | 12 +++- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/libavformat/svag.c b/libavformat/svag.c index 0774eae112..e907dc6adc 100644 --- a/libavformat/svag.c +++ b/libavformat/svag.c @@ -47,14 +47,16 @

[FFmpeg-devel] [PATCH 089/281] lvf: convert to new channel layout API

2022-01-12 Thread James Almer
From: Anton Khirnov Signed-off-by: James Almer --- libavformat/lvfdec.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libavformat/lvfdec.c b/libavformat/lvfdec.c index cd64fb9aee..d060b3b0aa 100644 --- a/libavformat/lvfdec.c +++ b/libavformat/lvfdec.c @@ -79,7 +79,8 @@ s

[FFmpeg-devel] [PATCH 153/281] svs: convert to new channel layout API

2022-01-12 Thread James Almer
Signed-off-by: James Almer --- libavformat/svs.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/libavformat/svs.c b/libavformat/svs.c index e5300203f5..b91d29f5a6 100644 --- a/libavformat/svs.c +++ b/libavformat/svs.c @@ -53,8 +53,7 @@ static int svs_read_header(AVFormatCon

[FFmpeg-devel] [PATCH 154/281] swf: convert to new channel layout API

2022-01-12 Thread James Almer
From: Vittorio Giovara Signed-off-by: Vittorio Giovara Signed-off-by: James Almer --- libavformat/swfdec.c | 8 +--- libavformat/swfenc.c | 2 +- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/libavformat/swfdec.c b/libavformat/swfdec.c index e549e4f50b..52c5e5c480 100644 -

[FFmpeg-devel] [PATCH 155/281] tak: convert to new channel layout API

2022-01-12 Thread James Almer
From: Vittorio Giovara Signed-off-by: Vittorio Giovara Signed-off-by: James Almer --- libavformat/takdec.c | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libavformat/takdec.c b/libavformat/takdec.c index cc1f049512..51e4679fd1 100644 --- a/libavformat/takdec.c +++ b

[FFmpeg-devel] [PATCH 156/281] thp: convert to new channel layout API

2022-01-12 Thread James Almer
From: Vittorio Giovara Signed-off-by: Vittorio Giovara Signed-off-by: James Almer --- libavformat/thp.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libavformat/thp.c b/libavformat/thp.c index 7103cf4f8a..2dd8b4d618 100644 --- a/libavformat/thp.c +++ b/libavformat/thp.

[FFmpeg-devel] [PATCH 157/281] tiertexseq: convert to new channel layout API

2022-01-12 Thread James Almer
From: Vittorio Giovara Signed-off-by: Vittorio Giovara Signed-off-by: James Almer --- libavformat/tiertexseq.c | 7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/libavformat/tiertexseq.c b/libavformat/tiertexseq.c index ecc15e4039..d06853d0d6 100644 --- a/libavformat/ti

[FFmpeg-devel] [PATCH 158/281] tmv: convert to new channel layout API

2022-01-12 Thread James Almer
From: Vittorio Giovara Signed-off-by: Vittorio Giovara Signed-off-by: James Almer --- libavformat/tmv.c | 10 ++ 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/libavformat/tmv.c b/libavformat/tmv.c index 507f6cd032..ea39954190 100644 --- a/libavformat/tmv.c +++ b/libavfo

[FFmpeg-devel] [PATCH 159/281] tta: convert to new channel layout API

2022-01-12 Thread James Almer
From: Vittorio Giovara Signed-off-by: Vittorio Giovara Signed-off-by: Anton Khirnov Signed-off-by: James Almer --- libavformat/tta.c| 3 ++- libavformat/ttaenc.c | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/libavformat/tta.c b/libavformat/tta.c index 6de8c620a6..

[FFmpeg-devel] [PATCH 160/281] uncodedframecrcenc: convert to new channel layout API

2022-01-12 Thread James Almer
Signed-off-by: James Almer --- libavformat/uncodedframecrcenc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/uncodedframecrcenc.c b/libavformat/uncodedframecrcenc.c index e30fe4ddb9..1ad37071a6 100644 --- a/libavformat/uncodedframecrcenc.c +++ b/libavformat/unco

[FFmpeg-devel] [PATCH 161/281] vag: convert to new channel layout API

2022-01-12 Thread James Almer
From: Anton Khirnov Signed-off-by: James Almer --- libavformat/vag.c | 11 ++- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/libavformat/vag.c b/libavformat/vag.c index 9ef5466e39..624ae9df35 100644 --- a/libavformat/vag.c +++ b/libavformat/vag.c @@ -42,9 +42,10 @@ stati

[FFmpeg-devel] [PATCH 162/281] vividas: convert to new channel layout API

2022-01-12 Thread James Almer
From: Anton Khirnov Signed-off-by: James Almer --- libavformat/vividas.c | 8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/libavformat/vividas.c b/libavformat/vividas.c index d7a6e74650..5d0d11b222 100644 --- a/libavformat/vividas.c +++ b/libavformat/vividas.c @@ -372,

[FFmpeg-devel] [PATCH 163/281] vivo: convert to new channel layout API

2022-01-12 Thread James Almer
From: Anton Khirnov Signed-off-by: James Almer --- libavformat/vivo.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libavformat/vivo.c b/libavformat/vivo.c index 2a08e1df03..114eb212e5 100644 --- a/libavformat/vivo.c +++ b/libavformat/vivo.c @@ -249,7 +249,8 @@ static in

[FFmpeg-devel] [PATCH 164/281] voc: convert to new channel layout API

2022-01-12 Thread James Almer
From: Vittorio Giovara Signed-off-by: Vittorio Giovara Signed-off-by: Anton Khirnov Signed-off-by: James Almer --- libavformat/voc_packet.c | 9 ++--- libavformat/vocenc.c | 9 + 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/libavformat/voc_packet.c b/libavfo

<    1   2   3   4   >