Mercurial > libavcodec.hg
changeset 3727:eae401c5bf30 libavcodec
remove junk characters in comment
author | mru |
---|---|
date | Sat, 16 Sep 2006 00:51:49 +0000 |
parents | 49fb1958d8e1 |
children | 4d346abd723c |
files | armv4l/dsputil_arm.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/armv4l/dsputil_arm.c Fri Sep 15 23:20:58 2006 +0000 +++ b/armv4l/dsputil_arm.c Sat Sep 16 00:51:49 2006 +0000 @@ -226,7 +226,7 @@ c->put_pixels_tab[0][1] = put_pixels16_x2_arm; //OK! c->put_pixels_tab[0][2] = put_pixels16_y2_arm; //OK! /* c->put_pixels_tab[0][3] = put_pixels16_xy2_arm; /\* NG *\/ */ -/* c->put_no_rnd_pixels_tab[0][0] = put_pixels16_arm; // ?(使われない) */ +/* c->put_no_rnd_pixels_tab[0][0] = put_pixels16_arm; */ c->put_no_rnd_pixels_tab[0][1] = put_no_rnd_pixels16_x2_arm; // OK c->put_no_rnd_pixels_tab[0][2] = put_no_rnd_pixels16_y2_arm; //OK /* c->put_no_rnd_pixels_tab[0][3] = put_no_rnd_pixels16_xy2_arm; //NG */