From 522e9cf4e00aa49d67c9d0f0213e8b21f6d345c9 Mon Sep 17 00:00:00 2001
From: Diego Biurrun <diego@biurrun.de>
Date: Thu, 18 Oct 2007 09:31:47 +0000
Subject: [PATCH] 1l: Update wrong #endif comment.

Originally committed as revision 24801 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
---
 libswscale/rgb2rgb.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libswscale/rgb2rgb.h b/libswscale/rgb2rgb.h
index 770734d28e0..260732f7312 100644
--- a/libswscale/rgb2rgb.h
+++ b/libswscale/rgb2rgb.h
@@ -143,4 +143,4 @@ extern void (*yvu9_to_yuy2)(const uint8_t *src1, const uint8_t *src2, const uint
 
 void sws_rgb2rgb_init(int flags);
 
-#endif /* RGB2RGB_INCLUDED */
+#endif /* FFMPEG_RGB2RGB_H */
-- 
GitLab