Browse Source

1l: Update wrong #endif comment.

Originally committed as revision 24801 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Diego Biurrun 17 years ago
parent
commit
522e9cf4e0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      libswscale/rgb2rgb.h

+ 1 - 1
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 */