Opened 11 years ago
Closed 11 years ago
#2711 closed defect (fixed)
xa: memory eating
Reported by: | ami_stuff | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | undetermined |
Version: | git-master | Keywords: | adpcm xa |
Cc: | Blocked By: | ||
Blocking: | Reproduced by developer: | no | |
Analyzed by developer: | no |
Description
from a quick look it seems that xa_probe() from "libavformat/xa.c" is not executed
http://samples.mplayerhq.hu/A-codecs/MP3-pro/27%20MC%20Solaar%20-%20Rmi.mp3
C:\>ffmpeg -f xa -i "27 MC Solaar - Rmi.mp3" -f null - ffmpeg version N-46283-g1475815 Copyright (c) 2000-2012 the FFmpeg developers built on Nov 2 2012 02:31:20 with gcc 4.5.0 (GCC) 20100414 (Fedora MinGW 4.5. 0-1.fc14) configuration: --prefix=/var/www/users/research/ffmpeg/snapshots/build --arch= x86 --target-os=mingw32 --cross-prefix=i686-pc-mingw32- --cc='ccache i686-pc-min gw32-gcc' --enable-w32threads --enable-memalign-hack --enable-runtime-cpudetect --enable-cross-compile --enable-static --disable-shared --extra-libs='-lws2_32 - lwinmm -lpthread' --extra-cflags='--static -I/var/www/users/research/ffmpeg/snap shots/build/include' --extra-ldflags='-static -L/var/www/users/research/ffmpeg/s napshots/build/lib' --enable-bzlib --enable-zlib --enable-gpl --enable-version3 --enable-nonfree --enable-libx264 --enable-libspeex --enable-libtheora --enable- libvorbis --enable-libfaac --enable-libxvid --enable-libopencore-amrnb --enable- libopencore-amrwb --enable-libmp3lame --enable-libvpx --disable-decoder=libvpx libavutil 52. 1.100 / 52. 1.100 libavcodec 54. 70.100 / 54. 70.100 libavformat 54. 35.100 / 54. 35.100 libavdevice 54. 3.100 / 54. 3.100 libavfilter 3. 21.106 / 3. 21.106 libswscale 2. 1.102 / 2. 1.102 libswresample 0. 16.100 / 0. 16.100 libpostproc 52. 1.100 / 52. 1.100 [adpcm_ea_maxis_xa @ 0x1edcbc0] Invalid number of channels Last message repeated 1 times
Change History (2)
comment:1 by , 11 years ago
Keywords: | adpcm added |
---|---|
Version: | unspecified → git-master |
comment:2 by , 11 years ago
Keywords: | xa added |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Fixed by Paul B Mahol.
Note:
See TracTickets
for help on using tickets.
Memory consumption could be considered too high.