Ticket #1358: ivtv-pal-fps.patch
File ivtv-pal-fps.patch, 639 bytes (added by , 20 years ago) |
---|
-
libs/libmythtv/ivtvdecoder.cpp
268 268 QString videodev = gContext->GetSetting("PVR350VideoDev"); 269 269 bool ntsc = GetDeviceNTSC(videodev); 270 270 271 fps = (ntsc) ? 29.97f : 25.0f; 272 271 273 GetNVP()->SetVideoParams(720 /*width*/, (ntsc) ? 480 : 576 /*height*/, 272 (ntsc) ? 29.97f : 25.0f, keyframedist, 1.33);274 fps, keyframedist, 1.33); 273 275 274 276 ringBuffer->UpdateRawBitrate(8000); 275 277