Re: [FFmpeg-devel] [PATCH] avcodec/dfa: Use array of fixed-sized strings for fixed-sized strings

2020-03-24 Thread Andreas Rheinhardt
Paul B Mahol: > LGTM > > On 3/18/20, Andreas Rheinhardt wrote: >> Surprisingly neither GCC nor Clang did this transformation on their own. >> >> Signed-off-by: Andreas Rheinhardt >> --- >> libavcodec/dfa.c | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) >> >> diff --git a/libavcodec/df

Re: [FFmpeg-devel] [PATCH] avcodec/dfa: Use array of fixed-sized strings for fixed-sized strings

2020-03-18 Thread Paul B Mahol
LGTM On 3/18/20, Andreas Rheinhardt wrote: > Surprisingly neither GCC nor Clang did this transformation on their own. > > Signed-off-by: Andreas Rheinhardt > --- > libavcodec/dfa.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/libavcodec/dfa.c b/libavcodec/dfa.c > ind

[FFmpeg-devel] [PATCH] avcodec/dfa: Use array of fixed-sized strings for fixed-sized strings

2020-03-18 Thread Andreas Rheinhardt
Surprisingly neither GCC nor Clang did this transformation on their own. Signed-off-by: Andreas Rheinhardt --- libavcodec/dfa.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/dfa.c b/libavcodec/dfa.c index c6106b9397..31c6c39089 100644 --- a/libavcodec/dfa.c +++ b