]> git.sesse.net Git - ffmpeg/blobdiff - tools/patcheck
avcodec/h264_mp4toannexb_bsf: add a case when only SPS/PPS is in the stream.
[ffmpeg] / tools / patcheck
index 3342c6a429bd8c3ff293af6e81f066555ca36809..cbdbf8d34a125f151dc48bc7d5ed705804afd1ae 100755 (executable)
@@ -42,6 +42,7 @@ hiegrep2(){
     cat $TMP
 }
 
+hiegrep 'static[^(]*\*[a-zA-Z_]*\[' 'pointer array is not const' $*
 hiegrep '[[:space:]]$'    'trailing whitespace' $*
 hiegrep "$(echo x | tr 'x' '\t')"         'tabs' $*
 #hiegrep ':\+$'          'Empty lines' $*