mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-12 19:18:44 +02:00
avcodec/x86/mpegvideoencdsp: fix comment for draw_edges_mmx
Not only w == 8 and w == 16 are supported, but also w == 4.
This commit is contained in:
parent
8c203ea7c7
commit
9cdcbb639a
@ -95,8 +95,7 @@ int ff_pix_norm1_sse2(const uint8_t *pix, int line_size);
|
||||
#undef PHADDD
|
||||
#endif /* HAVE_SSSE3_INLINE */
|
||||
|
||||
/* Draw the edges of width 'w' of an image of size width, height
|
||||
* this MMX version can only handle w == 8 || w == 16. */
|
||||
/* Draw the edges of width 'w' of an image of size width, height */
|
||||
static void draw_edges_mmx(uint8_t *buf, int wrap, int width, int height,
|
||||
int w, int h, int sides)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user