diff options
Diffstat (limited to 'net/gnomemeeting2/files/patch-af')
-rw-r--r-- | net/gnomemeeting2/files/patch-af | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/net/gnomemeeting2/files/patch-af b/net/gnomemeeting2/files/patch-af new file mode 100644 index 000000000000..fc00dddf9f0f --- /dev/null +++ b/net/gnomemeeting2/files/patch-af @@ -0,0 +1,19 @@ +*** src/endpoint.cpp.orig Thu Jul 26 11:45:30 2001 +--- src/endpoint.cpp Thu Jul 26 11:45:42 2001 +*************** BOOL GMH323EndPoint::OpenVideoDevice (H3 +*** 700,706 **** + codec.SetVideoDevice("/dev/video"); + codec.SetVideoInput (0); + codec.SetTxQualityLevel (opts->tr_vq); +! codec.SetTxFPS (opts->tr_fps); + codec.SetBackgroundFill(opts->tr_ub); + codec.SetVideoFormat(opts->video_format); + +--- 700,706 ---- + codec.SetVideoDevice("/dev/video"); + codec.SetVideoInput (0); + codec.SetTxQualityLevel (opts->tr_vq); +! /* codec.SetTxFPS (opts->tr_fps); */ + codec.SetBackgroundFill(opts->tr_ub); + codec.SetVideoFormat(opts->video_format); + |