diff options
author | Alex Beregszaszi <alex@rtfs.hu> | 2007-04-20 23:45:53 +0000 |
---|---|---|
committer | Alex Beregszaszi <alex@rtfs.hu> | 2007-04-20 23:45:53 +0000 |
commit | 61bc79ec9cf79dc92ac80045df69bc87d598f825 (patch) | |
tree | db8ca79c481b4b783202053d353093050d53c40e /libavformat/utils.c | |
parent | 3154f6dbf972b27c41c64da3c4e0e776f74145d4 (diff) | |
download | ffmpeg-61bc79ec9cf79dc92ac80045df69bc87d598f825.tar.gz |
remove possibly broken wince cruft
Originally committed as revision 8763 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/utils.c')
-rw-r--r-- | libavformat/utils.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libavformat/utils.c b/libavformat/utils.c index 6267b9a729..ce05fa0b99 100644 --- a/libavformat/utils.c +++ b/libavformat/utils.c @@ -2537,7 +2537,6 @@ int parse_frame_rate(int *frame_rate, int *frame_rate_base, const char *arg) return 0; } -#ifndef CONFIG_WINCE int64_t parse_date(const char *datestr, int duration) { const char *p; @@ -2645,7 +2644,6 @@ int64_t parse_date(const char *datestr, int duration) } return negative ? -t : t; } -#endif /* CONFIG_WINCE */ int find_info_tag(char *arg, int arg_size, const char *tag1, const char *info) { |