summaryrefslogtreecommitdiffstats
path: root/libswscale
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-10-18 09:31:47 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-10-18 09:31:47 +0000
commit42adf39c38e71afcdd212fdff2300107e5fa4e30 (patch)
treec7d8c13a2f6c2d308473fb8221ec00ddda26dd34 /libswscale
parent4f29b1485a7c27069ae53184ed7d37bd06f64aa9 (diff)
downloadmpv-42adf39c38e71afcdd212fdff2300107e5fa4e30.tar.bz2
mpv-42adf39c38e71afcdd212fdff2300107e5fa4e30.tar.xz
1l: Update wrong #endif comment.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24801 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libswscale')
-rw-r--r--libswscale/rgb2rgb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libswscale/rgb2rgb.h b/libswscale/rgb2rgb.h
index 770734d28e..260732f731 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 */