[FFmpeg-trac] #10591(avcodec:new): -err_detect crccheck is again broken for flac files

FFmpeg trac at avcodec.org
Tue Sep 26 14:34:48 EEST 2023


#10591: -err_detect crccheck is again broken for flac files
-------------------------------------+-------------------------------------
             Reporter:  Balling      |                     Type:  defect
               Status:  new          |                 Priority:  normal
            Component:  avcodec      |                  Version:  git-
             Keywords:  flac crc     |  master
  regression                         |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------
 Summary of the bug: use https://files.catbox.moe/kvvrac.flac it was
 printing "CRC error at PTS 29583360" but it no longer warns about it.
 Regression of #2266 probably because of #9621. It is problematic that line
 https://github.com/FFmpeg/FFmpeg/blob/56085e057ff2d2da180a5d56bdd1efd70d53e662/libavcodec/flacdec.c#L772
 is dead code now.
 How to reproduce:
 {{{
 % ffmpeg -err_detect crccheck -i https://files.catbox.moe/kvvrac.flac -f
 null -

 }}}
 Patches should be submitted to the ffmpeg-devel mailing list and not this
 bug tracker.
-- 
Ticket URL: <https://trac.ffmpeg.org/ticket/10591>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list