View Issue Details

IDProjectCategoryView StatusLast Update
0000160JVT JM H.264/AVC reference softwareencoderpublic2009-01-29 14:55
ReporterWige, Eugen Assigned ToKarsten Suehring  
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product VersionJM 15.0 
Fixed in VersionJM 15.1 
Summary0000160: compiler error when trace file is activated
DescriptionWhen the trace file is activated in defines.h (# define TRACE = 1 or 2) the compiler reports an error:

src/macroblock.c:2186: error: ‘frame_no’ undeclared (first use in this function).

To solve this problem you have to change 'frame_no' to 'img->frame_no' in line 2186 within the file "macroblock.c".
TagsNo tags attached.

Activities

Karsten Suehring

2009-01-29 14:55

administrator   ~0000289

Seems to be fixed in the latest development code

Issue History

Date Modified Username Field Change
2009-01-22 15:43 Wige, Eugen New Issue
2009-01-29 14:55 Karsten Suehring Note Added: 0000289
2009-01-29 14:55 Karsten Suehring Status new => resolved
2009-01-29 14:55 Karsten Suehring Fixed in Version => JM 15.0-dev
2009-01-29 14:55 Karsten Suehring Resolution open => fixed
2009-01-29 14:55 Karsten Suehring Assigned To => Karsten Suehring