whitespace cosmetics: Remove all trailing whitespace.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29305 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego
2009-05-13 02:58:57 +00:00
parent eafe5b7517
commit 6e9cbdc104
726 changed files with 23212 additions and 23212 deletions

View File

@@ -65,11 +65,11 @@ static void free_handle(tvi_handle_t *h)
/**
Fills video frame in given buffer with blue color for yv12,i420,uyvy,yuy2.
Other formats will be filled with 0xC0
Other formats will be filled with 0xC0
*/
static inline void fill_blank_frame(char* buffer,int len,int fmt){
int i;
// RGB(0,0,255) <-> YVU(41,110,240)
// RGB(0,0,255) <-> YVU(41,110,240)
switch(fmt){
case IMGFMT_YV12: