diff options
author | Panagiotis Issaris <takis.issaris@uhasselt.be> | 2007-07-19 08:47:07 +0000 |
---|---|---|
committer | Panagiotis Issaris <takis.issaris@uhasselt.be> | 2007-07-19 08:47:07 +0000 |
commit | d04d5bcd0ed647a0cc7b278e3a4560e7e783798d (patch) | |
tree | 1f8d5b1a551739f5774b97fbcf037f812a4d68f2 /libavcodec/h264.c | |
parent | cc61f96f8ae15490593972efecef1f7a3fda7ca0 (diff) | |
download | ffmpeg-d04d5bcd0ed647a0cc7b278e3a4560e7e783798d.tar.gz |
Fix the self tests which are contained in some codecs and are using random().
Originally committed as revision 9755 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/h264.c')
-rw-r--r-- | libavcodec/h264.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/h264.c b/libavcodec/h264.c index 515058116f..c51496ae5b 100644 --- a/libavcodec/h264.c +++ b/libavcodec/h264.c @@ -8101,6 +8101,7 @@ static inline void fill_mb_avail(H264Context *h){ #endif #if 0 //selftest +#undef random #define COUNT 8000 #define SIZE (COUNT*40) int main(){ |