#420: Sound fragments after seeking ------------------------------------+----------------------------------- Reporter: kaptnole | Owner: Type: defect | Status: closed Priority: important | Component: avcodec Version: git-master | Resolution: fixed Keywords: aac | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 1 | ------------------------------------+-----------------------------------
Comment (by JHawkZZ): Hi guys. I ran into this exact problem using a December 26th snapshot of ffmpeg, which surprised me because it includes AAC's static flush function. It turns out that in aacdec.h, 'AVCodec ff_aac_decoder''s flush function pointer was not assigned. Only 'AVCodec ff_aac_latm_decoder''s pointer was. I verified it fixed by setting the pointer and rebuilding ffmpeg, but I wanted to post here so it can hopefully be included in the main branch. -- Ticket URL: <https://ffmpeg.org/trac/ffmpeg/ticket/420#comment:8> FFmpeg <http://ffmpeg.org> FFmpeg issue tracker _______________________________________________ FFmpeg-trac mailing list FFmpeg-trac@avcodec.org http://avcodec.org/mailman/listinfo/ffmpeg-trac