mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-01-29 09:21:13 +01:00
Several files already had standard license header (namely 2-clause BSD files), yet due to the 80 char line length limit, they were not treated as such by source-check.sh (which fate-source uses). Therefore relax the BSD check. Reviewed-by: Rémi Denis-Courmont <remi@remlab.net> Reviewed-by: Pierre-Anthony Lemieux <pal@sandflow.com> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
27 lines
703 B
Plaintext
27 lines
703 B
Plaintext
Files without standard license headers:
|
|
libavcodec/file_open.c
|
|
libavcodec/interplayacm.c
|
|
libavcodec/log2_tab.c
|
|
libavcodec/reverse.c
|
|
libavdevice/file_open.c
|
|
libavdevice/reverse.c
|
|
libavfilter/file_open.c
|
|
libavfilter/log2_tab.c
|
|
libavformat/bitstream.c
|
|
libavformat/file_open.c
|
|
libavformat/golomb_tab.c
|
|
libavformat/log2_tab.c
|
|
libavformat/rangecoder_dec.c
|
|
libswresample/log2_tab.c
|
|
libswscale/log2_tab.c
|
|
tools/uncoded_frame.c
|
|
tools/yuvcmp.c
|
|
Headers without standard inclusion guards:
|
|
compat/djgpp/math.h
|
|
compat/float/float.h
|
|
compat/float/limits.h
|
|
libavcodec/bitstream_template.h
|
|
tools/decode_simple.h
|
|
Use of av_clip() where av_clip_uintp2() could be used:
|
|
Use of av_clip() where av_clip_intp2() could be used:
|