newline at the end of the file

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1089 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
szabii 2001-06-10 22:25:09 +00:00
parent e17324ce65
commit 8d38446c89
1 changed files with 2 additions and 1 deletions

View File

@ -14,4 +14,5 @@ extern void vo_draw_alpha_rgb32(int w,int h, unsigned char* src, unsigned char *
extern void vo_draw_alpha_rgb15(int w,int h, unsigned char* src, unsigned char *srca, int srcstride, unsigned char* dstbase,int dststride);
extern void vo_draw_alpha_rgb16(int w,int h, unsigned char* src, unsigned char *srca, int srcstride, unsigned char* dstbase,int dststride);
#endif
#endif