comparison internal.h @ 611:a837b715e7d6 libavutil

Replace calls to the deprecated function av_init_random() with corresponding calls to av_random_init().
author stefano
date Sun, 18 Jan 2009 23:04:33 +0000
parents 5d605aafa09d
children 27481e5860c1
comparison
equal deleted inserted replaced
610:f0e1ca6528d2 611:a837b715e7d6
229 #undef time 229 #undef time
230 #define time time_is_forbidden_due_to_security_issues 230 #define time time_is_forbidden_due_to_security_issues
231 #undef rand 231 #undef rand
232 #define rand rand_is_forbidden_due_to_state_trashing_use_av_random 232 #define rand rand_is_forbidden_due_to_state_trashing_use_av_random
233 #undef srand 233 #undef srand
234 #define srand srand_is_forbidden_due_to_state_trashing_use_av_init_random 234 #define srand srand_is_forbidden_due_to_state_trashing_use_av_random_init
235 #undef random 235 #undef random
236 #define random random_is_forbidden_due_to_state_trashing_use_av_random 236 #define random random_is_forbidden_due_to_state_trashing_use_av_random
237 #undef sprintf 237 #undef sprintf
238 #define sprintf sprintf_is_forbidden_due_to_security_issues_use_snprintf 238 #define sprintf sprintf_is_forbidden_due_to_security_issues_use_snprintf
239 #undef strcat 239 #undef strcat