[FFmpeg-trac] #10710(avcodec:closed): Audio cracklings when decoding WAV PCM files with avcodec_receive_frame

FFmpeg trac at avcodec.org
Thu Nov 30 19:19:45 EET 2023


#10710: Audio cracklings when decoding WAV PCM files with avcodec_receive_frame
-----------------------------------+-----------------------------------
             Reporter:  fabi78     |                    Owner:  (none)
                 Type:  defect     |                   Status:  closed
             Priority:  important  |                Component:  avcodec
              Version:  6.0        |               Resolution:  invalid
             Keywords:             |               Blocked By:
             Blocking:             |  Reproduced by developer:  0
Analyzed by developer:  0          |
-----------------------------------+-----------------------------------
Changes (by Elon Musk):

 * status:  new => closed
 * resolution:   => invalid

Comment:

 To read samples you need to use data[0] for packed sample formats.
 And for planar sample formats use extended_data[X] where X is channel
 number.
-- 
Ticket URL: <https://trac.ffmpeg.org/ticket/10710#comment:1>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list