Panagiotis Issaris <[EMAIL PROTECTED]> added the comment: Without swscale the video plays, but when I press "q" to quit, I get an errormessage:
[EMAIL PROTECTED]:/usr/local/src/ffmpeg$ ./ffplay /tmp/pi-20071213T180217-ffmpeg-large_size_crash_decoder_minimal_broken.h264 FFplay version SVN-r12420, Copyright (c) 2003-2008 Fabrice Bellard, et al. configuration: --enable-gpl libavutil version: 49.6.0 libavcodec version: 51.51.0 libavformat version: 52.9.0 libavdevice version: 52.0.0 built on Mar 12 2008 01:47:51, gcc: 4.1.2 20061115 (prerelease) (Debian 4.1.1-21) [h264 @ 0x8436df0]corrupted macroblock 55 17 (total_coeff=-1) [h264 @ 0x8436df0]error while decoding MB 55 17 [h264 @ 0x8436df0]concealing 32506 DC, 32506 AC, 32506 MV errors [h264 @ 0x8436df0]corrupted macroblock 55 17 (total_coeff=-1) [h264 @ 0x8436df0]error while decoding MB 55 17 [h264 @ 0x8436df0]concealing 32506 DC, 32506 AC, 32506 MV errors *** glibc detected *** free(): invalid pointer: 0xb2240008 *** Aborted Copyright (C) 2006 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i486-linux-gnu"...Using host libthread_db library "/lib/tls/i686/cmov/libthread_db.so.1". (gdb) r /tmp/pi-20071213T180217-ffmpeg-large_size_crash_decoder_minimal_broken.h264 Starting program: /usr/local/src/ffmpeg/ffplay_g /tmp/pi-20071213T180217-ffmpeg-large_size_crash_decoder_minimal_broken.h264 Failed to read a valid object file image from memory. [Thread debugging using libthread_db enabled] [New Thread -1212610880 (LWP 19194)] FFplay version SVN-r12420, Copyright (c) 2003-2008 Fabrice Bellard, et al. configuration: --enable-gpl libavutil version: 49.6.0 libavcodec version: 51.51.0 libavformat version: 52.9.0 libavdevice version: 52.0.0 built on Mar 12 2008 01:47:51, gcc: 4.1.2 20061115 (prerelease) (Debian 4.1.1-21) [New Thread -1213772880 (LWP 19199)] [New Thread -1222718544 (LWP 19200)] [h264 @ 0x8436df0]corrupted macroblock 55 17 (total_coeff=-1) [h264 @ 0x8436df0]error while decoding MB 55 17 [h264 @ 0x8436df0]concealing 32506 DC, 32506 AC, 32506 MV errors [New Thread -1231397968 (LWP 19203)] [h264 @ 0x8436df0]corrupted macroblock 55 17 (total_coeff=-1) [h264 @ 0x8436df0]error while decoding MB 55 17 [h264 @ 0x8436df0]concealing 32506 DC, 32506 AC, 32506 MV errors [Thread -1231397968 (zombie) exited] [Thread -1222718544 (zombie) exited] [Thread -1213772880 (zombie) exited] *** glibc detected *** free(): invalid pointer: 0xb227b008 *** >From within GDB: Program received signal SIGABRT, Aborted. [Switching to Thread -1212610880 (LWP 19194)] 0xb7f75410 in ?? () (gdb) bt #0 0xb7f75410 in ?? () #1 0xbfc9e7ac in ?? () #2 0x00000006 in ?? () #3 0x00004afa in ?? () #4 0xb7d5e811 in raise () from /lib/tls/i686/cmov/libc.so.6 #5 0xb7d5ffb9 in abort () from /lib/tls/i686/cmov/libc.so.6 #6 0xb7d93e0a in __fsetlocking () from /lib/tls/i686/cmov/libc.so.6 #7 0xb7d9b69f in mallopt () from /lib/tls/i686/cmov/libc.so.6 #8 0xb7d9b742 in free () from /lib/tls/i686/cmov/libc.so.6 #9 0xb7ac8669 in XCreateImage () from /usr/lib/libX11.so.6 #10 0xb7ea6093 in X11_KeyToUnicode () from /usr/lib/libSDL-1.2.so.0 #11 0xb7ea97b5 in X11_KeyToUnicode () from /usr/lib/libSDL-1.2.so.0 #12 0xb7e993ee in SDL_VideoQuit () from /usr/lib/libSDL-1.2.so.0 #13 0xb7e6d415 in SDL_QuitSubSystem () from /usr/lib/libSDL-1.2.so.0 #14 0xb7e6d48e in SDL_Quit () from /usr/lib/libSDL-1.2.so.0 #15 0x0805e221 in main (argc=Cannot access memory at address 0x4afa ) at ffplay.c:2229 (gdb) ______________________________________________________ FFmpeg issue tracker <[EMAIL PROTECTED]> <https://roundup.mplayerhq.hu/roundup/ffmpeg/issue297> ______________________________________________________
