comparison sub/subreader.c @ 36253:5c8339df2496

Check if path is too long Some buggy libc such as OS/2 kLIBC crashes if path is too long.
author komh
date Mon, 17 Jun 2013 12:27:36 +0000
parents 71360817b772
children a94f5085f3a2
comparison
equal deleted inserted replaced
36252:2af48d236902 36253:5c8339df2496
40 #include "sub.h" 40 #include "sub.h"
41 #include "vobsub.h" 41 #include "vobsub.h"
42 #include "stream/stream.h" 42 #include "stream/stream.h"
43 #include "libavutil/common.h" 43 #include "libavutil/common.h"
44 #include "libavutil/avstring.h" 44 #include "libavutil/avstring.h"
45 #include "osdep/osdep.h"
45 46
46 #ifdef CONFIG_ENCA 47 #ifdef CONFIG_ENCA
47 #include <enca.h> 48 #include <enca.h>
48 #endif 49 #endif
49 50