New submission from Carl Eugen Hoyos <[email protected]>:

Original report:
http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/2010-October/098610.html
http://thread.gmane.org/gmane.comp.video.ffmpeg.devel/119198

ffmpeg -i test.caf -f null -
FFmpeg version SVN-r25385, Copyright (c) 2000-2010 the FFmpeg developers
  built on Oct  7 2010 09:25:05 with gcc 4.4.4
  configuration: --cc=/usr/local/gcc-4.4.4/bin/gcc
  libavutil     50.32. 2 / 50.32. 2
  libavcore      0. 9. 1 /  0. 9. 1
  libavcodec    52.92. 0 / 52.92. 0
  libavformat   52.80. 0 / 52.80. 0
  libavdevice   52. 2. 2 / 52. 2. 2
  libavfilter    1.48. 0 /  1.48. 0
  libswscale     0.12. 0 /  0.12. 0
[alac @ 0x11c9760] alac: expected 36 extradata bytes
    Last message repeated 57 times
[caf @ 0x11c8470] max_analyze_duration reached
Input #0, caf, from 'test.caf':
  Duration: 00:00:42.35, start: 0.000000, bitrate: 446 kb/s
    Stream #0.0: Audio: alac, 44100 Hz, 1 channels, 444 kb/s
Output #0, null, to 'pipe:':
  Metadata:
    encoder         : Lavf52.80.0
    Stream #0.0: Audio: pcm_s16le, 44100 Hz, 1 channels, s16, 705 kb/s
Stream mapping:
  Stream #0.0 -> #0.0
Press [q] to stop encoding
[alac @ 0x11c9760] alac: expected 36 extradata bytes
Floating point exception

...
Program received signal SIGFPE, Arithmetic exception.
output_packet (ist=0x121f740, ist_index=0, ost_table=<value optimized out>,
    nb_ostreams=<value optimized out>, pkt=0x7fffffffdb50) at ffmpeg.c:1611
1611                    ist->next_pts += ((int64_t)AV_TIME_BASE/bps *
decoded_data_size) /
(gdb) bt
#0  output_packet (ist=0x121f740, ist_index=0, ost_table=<value optimized out>,
    nb_ostreams=<value optimized out>, pkt=0x7fffffffdb50) at ffmpeg.c:1611
#1  0x000000000040e49a in transcode (nb_output_files=<value optimized out>,
    nb_input_files=<value optimized out>, stream_maps=<value optimized out>,
    nb_stream_maps=<value optimized out>, input_files=<value optimized out>,
    output_files=<value optimized out>) at ffmpeg.c:2644
#2  0x000000000040e821 in main (argc=6, argv=<value optimized out>) at 
ffmpeg.c:4392

----------
messages: 12198
priority: normal
status: open
substatus: open
title: alac in caf cannot be decoded
type: bug

________________________________________________
FFmpeg issue tracker <[email protected]>
<https://roundup.ffmpeg.org/issue2284>
________________________________________________

Reply via email to