~ubuntu-branches/ubuntu/utopic/libav/utopic

« back to all changes in this revision

Viewing changes to libavutil/parseutils.c

  • Committer: Package Import Robot
  • Author(s): Reinhard Tartler
  • Date: 2012-12-21 15:32:13 UTC
  • mto: (1.2.18)
  • mto: This revision was merged to the branch mainline in revision 34.
  • Revision ID: package-import@ubuntu.com-20121221153213-fudzrugjzivtv0wp
Tags: upstream-9~beta3
ImportĀ upstreamĀ versionĀ 9~beta3

Show diffs side-by-side

added added

removed removed

Lines of Context:
498
498
    char lastch;
499
499
    int negative = 0;
500
500
 
501
 
#undef time
502
501
    time_t now = time(0);
503
502
 
504
503
    len = strlen(timestr);
643
642
 
644
643
#ifdef TEST
645
644
 
646
 
#undef printf
647
 
 
648
645
int main(void)
649
646
{
650
647
    printf("Testing av_parse_video_rate()\n");