src/framing.c: close compile warning under windows whith msbuild
Close the C4244 warning while compiling under windows with cmake+msbuild. Signed-off-by: Tristan Matthews <tmatth@videolan.org>
This commit is contained in:
parent
68ca384156
commit
6e9f7cc2f6
@ -1564,7 +1564,7 @@ void test_pack(const int *pl, const int **headers, int byteskip,
|
||||
byteskipcount=byteskip;
|
||||
}
|
||||
|
||||
ogg_sync_wrote(&oy,next-buf);
|
||||
ogg_sync_wrote(&oy,(long)(next-buf));
|
||||
|
||||
while(1){
|
||||
int ret=ogg_sync_pageout(&oy,&og_de);
|
||||
|
Loading…
Reference in New Issue
Block a user