]> git.sesse.net Git - ffmpeg/commit
avcodec/dfa: Use array of fixed-sized strings for fixed-sized strings
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Wed, 18 Mar 2020 01:22:43 +0000 (02:22 +0100)
committerAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Tue, 24 Mar 2020 21:02:13 +0000 (22:02 +0100)
commit3ab16d091e74c9b0b0c81a1367a11f5d267998c2
treee644640b316416e90648711fa0b8457f62a5e3cb
parent9dfc409e6b18d2984bdd5f041413173549e0fdd5
avcodec/dfa: Use array of fixed-sized strings for fixed-sized strings

Surprisingly neither GCC nor Clang did this transformation on their own.

Reviewed-by: Paul B Mahol <onemda@gmail.com>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
libavcodec/dfa.c