[FFmpeg-trac] #4874(undetermined:new): AAC decoder frame->nb_samples & frame->channels is wrong at get_buffer2
FFmpeg
trac at avcodec.org
Wed Sep 23 09:19:32 CEST 2015
#4874: AAC decoder frame->nb_samples & frame->channels is wrong at get_buffer2
-------------------------------------+-------------------------------------
Reporter: zylthinking | Owner:
Type: defect | Status: new
Priority: normal | Component:
Version: git-master | undetermined
Keywords: aac | Resolution:
Blocking: | Blocked By:
Analyzed by developer: 0 | Reproduced by developer: 0
-------------------------------------+-------------------------------------
Comment (by zylthinking):
Replying to [ticket:4874 zylthinking]:
more detail:
when in he-aac case, the frame->nb_samples is 2048, you can't modify it to
1024 whether or not setting the frame->channels to 2, or it will crash
while, in low aac case, the frame->channels is 2 and leave it untouched,
you must modify the frame->nb_samples = frame->nb_samples / 2 to produce
the correct sound
--
Ticket URL: <https://trac.ffmpeg.org/ticket/4874#comment:2>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
More information about the FFmpeg-trac
mailing list