On Fri, Jan 31, 2020 at 12:47:57PM -0300, James Almer wrote:
> On 1/28/2020 10:30 AM, Michael Niedermayer wrote:
> > On Mon, Jan 27, 2020 at 11:49:49PM -0300, James Almer wrote:
> >> On 1/27/2020 9:25 PM, Michael Niedermayer wrote:
> >>> On Mon, Jan 27, 2020 at 06:09:28PM -0300, James Almer wrote:
On 1/28/2020 10:30 AM, Michael Niedermayer wrote:
> On Mon, Jan 27, 2020 at 11:49:49PM -0300, James Almer wrote:
>> On 1/27/2020 9:25 PM, Michael Niedermayer wrote:
>>> On Mon, Jan 27, 2020 at 06:09:28PM -0300, James Almer wrote:
On 1/27/2020 5:54 PM, Michael Niedermayer wrote:
> Fixes use
On Mon, Jan 27, 2020 at 11:49:49PM -0300, James Almer wrote:
> On 1/27/2020 9:25 PM, Michael Niedermayer wrote:
> > On Mon, Jan 27, 2020 at 06:09:28PM -0300, James Almer wrote:
> >> On 1/27/2020 5:54 PM, Michael Niedermayer wrote:
> >>> Fixes use of uninitialized variable and segfault
> >>>
> >>> S
On 1/27/2020 9:25 PM, Michael Niedermayer wrote:
> On Mon, Jan 27, 2020 at 06:09:28PM -0300, James Almer wrote:
>> On 1/27/2020 5:54 PM, Michael Niedermayer wrote:
>>> Fixes use of uninitialized variable and segfault
>>>
>>> Signed-off-by: Michael Niedermayer
>>> ---
>>> libavcodec/avdct.c | 2 +-
On Mon, Jan 27, 2020 at 06:09:28PM -0300, James Almer wrote:
> On 1/27/2020 5:54 PM, Michael Niedermayer wrote:
> > Fixes use of uninitialized variable and segfault
> >
> > Signed-off-by: Michael Niedermayer
> > ---
> > libavcodec/avdct.c | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
lgtm
On 1/27/20, Michael Niedermayer wrote:
> Fixes use of uninitialized variable and segfault
>
> Signed-off-by: Michael Niedermayer
> ---
> libavcodec/avdct.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/libavcodec/avdct.c b/libavcodec/avdct.c
> index 47e5f7134e..7
On 1/27/2020 5:54 PM, Michael Niedermayer wrote:
> Fixes use of uninitialized variable and segfault
>
> Signed-off-by: Michael Niedermayer
> ---
> libavcodec/avdct.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/libavcodec/avdct.c b/libavcodec/avdct.c
> index 47e5f713
Fixes use of uninitialized variable and segfault
Signed-off-by: Michael Niedermayer
---
libavcodec/avdct.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavcodec/avdct.c b/libavcodec/avdct.c
index 47e5f7134e..7c761cf39a 100644
--- a/libavcodec/avdct.c
+++ b/libavcodec/avd