Opened 18 years ago

Closed 18 years ago

#625 closed defect (fixed)

Segfault when recording MPEG4 video after revert in mpegvideo_mmx_template.c

Reported by: goraczkm Owned by: Isaac Richards
Priority: minor Milestone: unknown
Component: mythtv Version:
Severity: medium Keywords:
Cc: Ticket locked: no

Description

Any recording started from on my V4L card segfault in the dct_quantize_SSE2. The problem seem to be cause by a line that wasn't removed after a revert. The line is showed in the following diff between the revision 7766 (revert to before 7721) and the previous working revision 7412:

http://cvs.mythtv.org/cgi-bin/viewcvs.cgi/trunk/mythtv/libs/libavcodec/i386/mpegvideo_mmx_template.c?root=svn&rev=7766&r1=7412&r2=7766

Removing the "push %%"REG_c" \n\t" fix the problem for me a really revert the files to version before 7221 as intended by revision 7766.

Change History (2)

comment:1 Changed 18 years ago by Isaac Richards

Priority: blockerminor
Severity: highmedium

comment:2 Changed 18 years ago by bjm

Resolution: fixed
Status: newclosed

(In [7815]) Closes #625

Note: See TracTickets for help on using tickets.