| 1 | Starting program: /home/ryan/mplayer/mplayer ~/Desktop/HVDVD_TS/FEATURE*EVO
|
|---|
| 2 | [Thread debugging using libthread_db enabled]
|
|---|
| 3 | MPlayer dev-SVN-r26877-4.2.3 (C) 2000-2008 MPlayer Team
|
|---|
| 4 | CPU: Intel(R) Core(TM)2 Duo CPU E8400 @ 3.00GHz (Family: 6, Model: 23, Stepping: 6)
|
|---|
| 5 | CPUflags: MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 1
|
|---|
| 6 | Compiled for x86 CPU with extensions: MMX MMX2 SSE SSE2
|
|---|
| 7 |
|
|---|
| 8 | Playing /home/ryan/Desktop/HVDVD_TS/FEATURE_1.EVO.
|
|---|
| 9 | MPEG-PS file format detected.
|
|---|
| 10 | Searching for VC1 sequence header... found
|
|---|
| 11 | VIDEO: VC-1 1920x1080, 29.970 fps, header len: 33
|
|---|
| 12 | [VO_XV] Using Xv Adaptor #0 (Intel(R) Video Overlay)
|
|---|
| 13 | ==========================================================================
|
|---|
| 14 | Requested video codec family [wmvvc1dmo] (vfm=dmo) not available.
|
|---|
| 15 | Enable it at compilation.
|
|---|
| 16 | Opening video decoder: [ffmpeg] FFmpeg's libavcodec codec family
|
|---|
| 17 | Selected video codec: [ffvc1] vfm: ffmpeg (FFmpeg WVC1)
|
|---|
| 18 | ==========================================================================
|
|---|
| 19 | ==========================================================================
|
|---|
| 20 | Opening audio decoder: [liba52] AC3 decoding with liba52
|
|---|
| 21 | Using SSE optimized IMDCT transform
|
|---|
| 22 | [New Thread 0x7f907402a7a0 (LWP 26960)]
|
|---|
| 23 |
|
|---|
| 24 | Program received signal SIGSEGV, Segmentation fault.
|
|---|
| 25 | [Switching to Thread 0x7f907402a7a0 (LWP 26960)]
|
|---|
| 26 | 0x00000000005cf6fc in a52_fillbuff (sh_audio=0x10211f0)
|
|---|
| 27 | at libmpcodecs/ad_liba52.c:62
|
|---|
| 28 | 62 int c=demux_getc(sh_audio->ds);
|
|---|
| 29 | (gdb) bt
|
|---|
| 30 | #0 0x00000000005cf6fc in a52_fillbuff (sh_audio=0x10211f0)
|
|---|
| 31 | at libmpcodecs/ad_liba52.c:62
|
|---|
| 32 | #1 0x00000000005cfb0d in init (sh_audio=0x10211f0)
|
|---|
| 33 | at libmpcodecs/ad_liba52.c:172
|
|---|
| 34 | #2 0x0000000000520812 in init_audio (sh_audio=0x10211f0, codecname=0x0,
|
|---|
| 35 | afm=0x0, status=1, selected=0x7fff7c06a1f8) at libmpcodecs/dec_audio.c:95
|
|---|
| 36 | #3 0x0000000000520b47 in init_best_audio_codec (sh_audio=0x10211f0,
|
|---|
| 37 | audio_codec_list=0x7fff7c06a1e0, audio_fm_list=0x0)
|
|---|
| 38 | at libmpcodecs/dec_audio.c:270
|
|---|
| 39 | #4 0x0000000000474b8a in reinit_audio_chain () at mplayer.c:1585
|
|---|
| 40 | #5 0x0000000000476483 in main (argc=0, argv=<value optimized out>)
|
|---|
| 41 | at mplayer.c:3580
|
|---|
| 42 | (gdb) print sh_audio->ds
|
|---|
| 43 | $4 = (demux_stream_t *) 0x0
|
|---|
| 44 | (gdb)
|
|---|
| 45 |
|
|---|