diff options
-rwxr-xr-x | src/combined/ffmpeg/mkcodeclist.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/combined/ffmpeg/mkcodeclist.pl b/src/combined/ffmpeg/mkcodeclist.pl index 3f587342d..10901552a 100755 --- a/src/combined/ffmpeg/mkcodeclist.pl +++ b/src/combined/ffmpeg/mkcodeclist.pl @@ -80,7 +80,7 @@ if ($w) { print LIST " #if LIBAVCODEC_VERSION_INT >= AV_VERSION_INT($a)\n BUF_${Type}_$line->[0],\n #endif\n" or die $!; } } - print LIST "};\n" or die $!; + print LIST " 0,\n};\n" or die $!; close LIST or die $!; } else { |