[FFmpeg-cvslog] avcodec/x86/mpegvideoencdsp: fix comment for draw_edges_mmx

Ramiro Polla git at videolan.org
Mon Aug 26 13:54:27 EEST 2024


ffmpeg | branch: master | Ramiro Polla <ramiro.polla at gmail.com> | Wed Aug 21 16:55:53 2024 +0200| [9cdcbb639a9a02e1f388b2ff2ac97dfb3758d111] | committer: Ramiro Polla

avcodec/x86/mpegvideoencdsp: fix comment for draw_edges_mmx

Not only w == 8 and w == 16 are supported, but also w == 4.

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

 libavcodec/x86/mpegvideoencdsp_init.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/libavcodec/x86/mpegvideoencdsp_init.c b/libavcodec/x86/mpegvideoencdsp_init.c
index c901e4dbaa..f199b23299 100644
--- a/libavcodec/x86/mpegvideoencdsp_init.c
+++ b/libavcodec/x86/mpegvideoencdsp_init.c
@@ -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)
 {



More information about the ffmpeg-cvslog mailing list