diff options
author | Måns Rullgård <mans@mansr.com> | 2007-06-23 23:10:35 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2007-06-23 23:10:35 +0000 |
commit | e46e884f256f963b8b655df8c180e6faf3ee6820 (patch) | |
tree | aa9eb20b5936983bff5925b5a01de2e2649ba595 /libavformat/avformat.h | |
parent | 75e61b0e88ddb17fa57f8e3bc10d27cb1282a815 (diff) | |
download | ffmpeg-e46e884f256f963b8b655df8c180e6faf3ee6820.tar.gz |
remove old unused string functions
Originally committed as revision 9402 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/avformat.h')
-rw-r--r-- | libavformat/avformat.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/libavformat/avformat.h b/libavformat/avformat.h index e67da8bd6f..e7613af7ee 100644 --- a/libavformat/avformat.h +++ b/libavformat/avformat.h @@ -833,11 +833,6 @@ int av_filename_number_test(const char *filename); #include "os_support.h" -int strstart(const char *str, const char *val, const char **ptr); -int stristart(const char *str, const char *val, const char **ptr); -void pstrcpy(char *buf, int buf_size, const char *str); -char *pstrcat(char *buf, int buf_size, const char *s); - void __dynarray_add(unsigned long **tab_ptr, int *nb_ptr, unsigned long elem); #ifdef __GNUC__ |