[FFmpeg-cvslog] motion-test: remove disabled code

Diego Biurrun git at videolan.org
Mon May 14 21:12:25 CEST 2012


ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Sun Jul 17 13:30:24 2011 +0200| [5aad8e80a78e6b1f1479aa45d29713d4f44ea0be] | committer: Diego Biurrun

motion-test: remove disabled code

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=5aad8e80a78e6b1f1479aa45d29713d4f44ea0be
---

 libavcodec/motion-test.c |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/libavcodec/motion-test.c b/libavcodec/motion-test.c
index a22cb1e..fb97f08 100644
--- a/libavcodec/motion-test.c
+++ b/libavcodec/motion-test.c
@@ -48,11 +48,7 @@ static void fill_random(uint8_t *tab, int size)
 
     av_lfg_init(&prng, 1);
     for(i=0;i<size;i++) {
-#if 1
         tab[i] = av_lfg_get(&prng) % 256;
-#else
-        tab[i] = i;
-#endif
     }
 }
 



More information about the ffmpeg-cvslog mailing list