Mercurial > libavformat.hg
comparison utils.c @ 2025:9a8908eaa2ea libavformat
remove possibly broken wince cruft
| author | alex |
|---|---|
| date | Fri, 20 Apr 2007 23:45:53 +0000 |
| parents | a3e79d6e4e3c |
| children | af6110a58658 |
comparison
equal
deleted
inserted
replaced
| 2024:8b400be65542 | 2025:9a8908eaa2ea |
|---|---|
| 2535 return -1; | 2535 return -1; |
| 2536 else | 2536 else |
| 2537 return 0; | 2537 return 0; |
| 2538 } | 2538 } |
| 2539 | 2539 |
| 2540 #ifndef CONFIG_WINCE | |
| 2541 int64_t parse_date(const char *datestr, int duration) | 2540 int64_t parse_date(const char *datestr, int duration) |
| 2542 { | 2541 { |
| 2543 const char *p; | 2542 const char *p; |
| 2544 int64_t t; | 2543 int64_t t; |
| 2545 struct tm dt; | 2544 struct tm dt; |
| 2643 } | 2642 } |
| 2644 t += val; | 2643 t += val; |
| 2645 } | 2644 } |
| 2646 return negative ? -t : t; | 2645 return negative ? -t : t; |
| 2647 } | 2646 } |
| 2648 #endif /* CONFIG_WINCE */ | |
| 2649 | 2647 |
| 2650 int find_info_tag(char *arg, int arg_size, const char *tag1, const char *info) | 2648 int find_info_tag(char *arg, int arg_size, const char *tag1, const char *info) |
| 2651 { | 2649 { |
| 2652 const char *p; | 2650 const char *p; |
| 2653 char tag[128], *q; | 2651 char tag[128], *q; |
