Changeset 1610
- Timestamp:
- 2005-11-07 03:39:54 (3 years ago)
- Files:
-
- libannodex/trunk/src/tools/anxrip.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
libannodex/trunk/src/tools/anxrip.c
r1304 r1610 178 178 AnxList * tracks, * l; 179 179 AnxTrack * s; 180 double timebase; 180 181 181 182 fprintf (outfile, "<stream timebase=\""); 182 fprintf_time_npt (anx_get_timebase (anx)); 183 timebase = anx_get_timebase (anx); 184 if (timebase == -1) timebase = 0.0; 185 fprintf_time_npt (timebase); 183 186 fprintf (outfile, "\">\n"); /* XXX: and UTC */ 184 187