diff options
author | Diego Biurrun <diego@biurrun.de> | 2007-10-18 09:31:47 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2007-10-18 09:31:47 +0000 |
commit | 522e9cf4e00aa49d67c9d0f0213e8b21f6d345c9 (patch) | |
tree | f89593e5d50870506f77a75bad1965dd1102df2e /libswscale | |
parent | 39c70be189ce4c5a79e5a09cb03a8cc5c72616e7 (diff) | |
download | ffmpeg-522e9cf4e00aa49d67c9d0f0213e8b21f6d345c9.tar.gz |
1l: Update wrong #endif comment.
Originally committed as revision 24801 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Diffstat (limited to 'libswscale')
-rw-r--r-- | libswscale/rgb2rgb.h | 2 |
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 */ |