mirror of
https://github.com/mpv-player/mpv.git
synced 2025-12-28 05:33:14 +00:00
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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user