diff options
author | Måns Rullgård <mans@mansr.com> | 2006-09-16 00:51:49 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2006-09-16 00:51:49 +0000 |
commit | cd621028c0cefdb232809c3266a573d442dac279 (patch) | |
tree | 911cbfccf33b4b0eca9df25ff3cfd6794a27af7c /libavcodec/armv4l | |
parent | f07e8487b01ab43c72c6c487fc26feeb85bc396b (diff) | |
download | ffmpeg-cd621028c0cefdb232809c3266a573d442dac279.tar.gz |
remove junk characters in comment
Originally committed as revision 6279 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/armv4l')
-rw-r--r-- | libavcodec/armv4l/dsputil_arm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/armv4l/dsputil_arm.c b/libavcodec/armv4l/dsputil_arm.c index 8a9347dd01..6adc0cb6c7 100644 --- a/libavcodec/armv4l/dsputil_arm.c +++ b/libavcodec/armv4l/dsputil_arm.c @@ -226,7 +226,7 @@ void dsputil_init_armv4l(DSPContext* c, AVCodecContext *avctx) 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 */ |