comparison libxvid_internal.h @ 12119:4530b6b4d931 libavcodec

libxvid: add some const fixing a warning
author mru
date Fri, 09 Jul 2010 10:53:36 +0000
parents 95f57b61c9b3
children
comparison
equal deleted inserted replaced
12118:14f1cfd2f1f2 12119:4530b6b4d931
25 * @file 25 * @file
26 * common functions for use with the Xvid wrappers 26 * common functions for use with the Xvid wrappers
27 */ 27 */
28 28
29 29
30 int ff_tempfile(char *prefix, char **filename); 30 int ff_tempfile(const char *prefix, char **filename);
31 31
32 #endif /* AVCODEC_LIBXVID_INTERNAL_H */ 32 #endif /* AVCODEC_LIBXVID_INTERNAL_H */