remove junk characters in comment
Originally committed as revision 6279 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
f07e8487b0
commit
cd621028c0
@ -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 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user