<DIV>Hi,</DIV>  <DIV>&nbsp;</DIV>  <DIV>I am currently interested in the sample "player_example.c". Can some body explain how I can change the&nbsp;(width and height)&nbsp;of the video which is to&nbsp;be rendered in the SDL frame. I tried it by changing the width and height of SDL stuff&nbsp;in the open_video() function source. </DIV>  <DIV>void open_video(){</DIV>  <DIV><BR>&nbsp; if ( SDL_Init(SDL_INIT_VIDEO) &lt; 0 ) {<BR>&nbsp;&nbsp;&nbsp;&nbsp;/*error*/<BR>&nbsp;&nbsp;&nbsp; exit(1);<BR>&nbsp; }</DIV>  <DIV>&nbsp;&nbsp; screen = SDL_SetVideoMode(new_width,new_height, 0, SDL_NOFRAME | SDL_RESIZABLE );</DIV>  <DIV>&nbsp; if ( screen == NULL ) {<BR>&nbsp;&nbsp;&nbsp;&nbsp;/*error*/<BR>&nbsp;&nbsp;&nbsp; exit(1);<BR>&nbsp; }</DIV>  <DIV>&nbsp; yuv_overlay =
 SDL_CreateYUVOverlay(new_width,new_height,<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; SDL_YV12_OVERLAY,<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; screen);<BR>&nbsp; if ( yuv_overlay == NULL ) {<BR>&nbsp;&nbsp;&nbsp;&nbsp;/*error*/<BR>&nbsp;&nbsp;&nbsp; exit(1);<BR>&nbsp; }<BR>&nbsp; rect.x = 0;<BR>&nbsp; rect.y = 0;<BR>&nbsp; rect.w = new_width;<BR>&nbsp; rect.h = new_height;</DIV>  <DIV>&nbsp; SDL_DisplayYUVOverlay(yuv_overlay, &amp;rect);<BR>}</DIV>  <DIV>But it didnt bring desired results for me ??All I know is that it uses height and width obtained by the theora decoding mechanism. Can some body explain how I can change
 it to play videos with desired height and width??</DIV>  <DIV>&nbsp;</DIV>  <DIV>Thanks in advance,</DIV>  <DIV>&nbsp;</DIV>  <DIV>Seema Rao</DIV>  <DIV>&nbsp;</DIV><p>&#32;
        

        
                <hr size=1></hr> 
Find out what India is talking about on <a href="http://us.rd.yahoo.com/mail/in/mailanswersshare/*http://in.answers.yahoo.com/">Yahoo! Answers India.</a>