diff --git a/libavcodec/codec_names.sh b/libavcodec/codec_names.sh index 4d86c197ec..167d29771e 100755 --- a/libavcodec/codec_names.sh +++ b/libavcodec/codec_names.sh @@ -79,7 +79,7 @@ parse_avcodec_h () { parse_config_h < "$config" parse_avcodec_h < "$codecs" -sed -e '/case.*:/ ! y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/' \ +sed -e '/case.*:/!y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/' \ -e 's/extern avcodec /extern AVCodec /' > "$out" <