Re: [FFmpeg-devel] [PATCH] avcodec/dpx: do not reset n_datum to 0 at end of row for packing 2

2018-12-06 Thread Carl Eugen Hoyos
2018-12-06 10:33 GMT+01:00, Paul B Mahol : > On 12/5/18, Carl Eugen Hoyos wrote: >> 2018-12-05 22:56 GMT+01:00, Paul B Mahol : >>> On 12/5/18, Carl Eugen Hoyos wrote: 2018-12-05 22:42 GMT+01:00, Paul B Mahol : > On 12/5/18, Carl Eugen Hoyos wrote: >> 2018-12-05 18:58 GMT+01:00, Paul

Re: [FFmpeg-devel] [PATCH] avcodec/dpx: do not reset n_datum to 0 at end of row for packing 2

2018-12-06 Thread Paul B Mahol
On 12/5/18, Carl Eugen Hoyos wrote: > 2018-12-05 22:56 GMT+01:00, Paul B Mahol : >> On 12/5/18, Carl Eugen Hoyos wrote: >>> 2018-12-05 22:42 GMT+01:00, Paul B Mahol : On 12/5/18, Carl Eugen Hoyos wrote: > 2018-12-05 18:58 GMT+01:00, Paul B Mahol : >> On 12/5/18, Carl Eugen Hoyos wr

Re: [FFmpeg-devel] [PATCH] avcodec/dpx: do not reset n_datum to 0 at end of row for packing 2

2018-12-05 Thread Carl Eugen Hoyos
2018-12-05 22:56 GMT+01:00, Paul B Mahol : > On 12/5/18, Carl Eugen Hoyos wrote: >> 2018-12-05 22:42 GMT+01:00, Paul B Mahol : >>> On 12/5/18, Carl Eugen Hoyos wrote: 2018-12-05 18:58 GMT+01:00, Paul B Mahol : > On 12/5/18, Carl Eugen Hoyos wrote: >> 2018-12-05 18:19 GMT+01:00, Paul

Re: [FFmpeg-devel] [PATCH] avcodec/dpx: do not reset n_datum to 0 at end of row for packing 2

2018-12-05 Thread Paul B Mahol
On 12/5/18, Carl Eugen Hoyos wrote: > 2018-12-05 22:42 GMT+01:00, Paul B Mahol : >> On 12/5/18, Carl Eugen Hoyos wrote: >>> 2018-12-05 18:58 GMT+01:00, Paul B Mahol : On 12/5/18, Carl Eugen Hoyos wrote: > 2018-12-05 18:19 GMT+01:00, Paul B Mahol : >> On 12/5/18, Carl Eugen Hoyos wr

Re: [FFmpeg-devel] [PATCH] avcodec/dpx: do not reset n_datum to 0 at end of row for packing 2

2018-12-05 Thread Carl Eugen Hoyos
2018-12-05 22:42 GMT+01:00, Paul B Mahol : > On 12/5/18, Carl Eugen Hoyos wrote: >> 2018-12-05 18:58 GMT+01:00, Paul B Mahol : >>> On 12/5/18, Carl Eugen Hoyos wrote: 2018-12-05 18:19 GMT+01:00, Paul B Mahol : > On 12/5/18, Carl Eugen Hoyos wrote: >> 2018-12-05 17:33 GMT+01:00, Paul

Re: [FFmpeg-devel] [PATCH] avcodec/dpx: do not reset n_datum to 0 at end of row for packing 2

2018-12-05 Thread Paul B Mahol
On 12/5/18, Carl Eugen Hoyos wrote: > 2018-12-05 18:58 GMT+01:00, Paul B Mahol : >> On 12/5/18, Carl Eugen Hoyos wrote: >>> 2018-12-05 18:19 GMT+01:00, Paul B Mahol : On 12/5/18, Carl Eugen Hoyos wrote: > 2018-12-05 17:33 GMT+01:00, Paul B Mahol : >> On 12/5/18, Carl Eugen Hoyos wr

Re: [FFmpeg-devel] [PATCH] avcodec/dpx: do not reset n_datum to 0 at end of row for packing 2

2018-12-05 Thread Carl Eugen Hoyos
2018-12-05 18:58 GMT+01:00, Paul B Mahol : > On 12/5/18, Carl Eugen Hoyos wrote: >> 2018-12-05 18:19 GMT+01:00, Paul B Mahol : >>> On 12/5/18, Carl Eugen Hoyos wrote: 2018-12-05 17:33 GMT+01:00, Paul B Mahol : > On 12/5/18, Carl Eugen Hoyos wrote: >> 2018-12-05 14:27 GMT+01:00, Paul

Re: [FFmpeg-devel] [PATCH] avcodec/dpx: do not reset n_datum to 0 at end of row for packing 2

2018-12-05 Thread Paul B Mahol
On 12/5/18, Carl Eugen Hoyos wrote: > 2018-12-05 18:19 GMT+01:00, Paul B Mahol : >> On 12/5/18, Carl Eugen Hoyos wrote: >>> 2018-12-05 17:33 GMT+01:00, Paul B Mahol : On 12/5/18, Carl Eugen Hoyos wrote: > 2018-12-05 14:27 GMT+01:00, Paul B Mahol : >> Fixes #4409. >> >> Signe

Re: [FFmpeg-devel] [PATCH] avcodec/dpx: do not reset n_datum to 0 at end of row for packing 2

2018-12-05 Thread Paul B Mahol
On 12/5/18, Carl Eugen Hoyos wrote: > 2018-12-05 17:33 GMT+01:00, Paul B Mahol : >> On 12/5/18, Carl Eugen Hoyos wrote: >>> 2018-12-05 14:27 GMT+01:00, Paul B Mahol : Fixes #4409. Signed-off-by: Paul B Mahol --- libavcodec/dpx.c | 3 ++- 1 file changed, 2 insertion

Re: [FFmpeg-devel] [PATCH] avcodec/dpx: do not reset n_datum to 0 at end of row for packing 2

2018-12-05 Thread Carl Eugen Hoyos
2018-12-05 17:33 GMT+01:00, Paul B Mahol : > On 12/5/18, Carl Eugen Hoyos wrote: >> 2018-12-05 14:27 GMT+01:00, Paul B Mahol : >>> Fixes #4409. >>> >>> Signed-off-by: Paul B Mahol >>> --- >>> libavcodec/dpx.c | 3 ++- >>> 1 file changed, 2 insertions(+), 1 deletion(-) >>> >>> diff --git a/libavc

Re: [FFmpeg-devel] [PATCH] avcodec/dpx: do not reset n_datum to 0 at end of row for packing 2

2018-12-05 Thread Paul B Mahol
On 12/5/18, Carl Eugen Hoyos wrote: > 2018-12-05 14:27 GMT+01:00, Paul B Mahol : >> Fixes #4409. >> >> Signed-off-by: Paul B Mahol >> --- >> libavcodec/dpx.c | 3 ++- >> 1 file changed, 2 insertions(+), 1 deletion(-) >> >> diff --git a/libavcodec/dpx.c b/libavcodec/dpx.c >> index 538a1b9943..04b

Re: [FFmpeg-devel] [PATCH] avcodec/dpx: do not reset n_datum to 0 at end of row for packing 2

2018-12-05 Thread Carl Eugen Hoyos
2018-12-05 14:27 GMT+01:00, Paul B Mahol : > Fixes #4409. > > Signed-off-by: Paul B Mahol > --- > libavcodec/dpx.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/libavcodec/dpx.c b/libavcodec/dpx.c > index 538a1b9943..04b55ffadf 100644 > --- a/libavcodec/dpx.c > +++ b/

[FFmpeg-devel] [PATCH] avcodec/dpx: do not reset n_datum to 0 at end of row for packing 2

2018-12-05 Thread Paul B Mahol
Fixes #4409. Signed-off-by: Paul B Mahol --- libavcodec/dpx.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libavcodec/dpx.c b/libavcodec/dpx.c index 538a1b9943..04b55ffadf 100644 --- a/libavcodec/dpx.c +++ b/libavcodec/dpx.c @@ -378,7 +378,8 @@ static int decode_frame(AV