X-Git-Url: https://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Ffileffmpeg.C;h=f7ad943934f153ca70f73cd414ae96a73d530c90;hb=686bc04a488847170d80ec603f8c33962a7aa928;hp=5910dd202474e59856cfbd9b22b598dff3aa2632;hpb=7fd85fb66168f6b518c5f2d73e04036e87faa0e1;p=goodguy%2Fcinelerra.git diff --git a/cinelerra-5.1/cinelerra/fileffmpeg.C b/cinelerra-5.1/cinelerra/fileffmpeg.C index 5910dd20..f7ad9439 100644 --- a/cinelerra-5.1/cinelerra/fileffmpeg.C +++ b/cinelerra-5.1/cinelerra/fileffmpeg.C @@ -1016,7 +1016,7 @@ const char *FFOptionsKind::kinds[] = { FFOptionsKind:: FFOptionsKind(FFOptionsWindow *fwin, int x, int y, int w) - : BC_PopupMenu(x, y, w-calculate_w(0), "") + : BC_PopupMenu(x, y, w, "") { this->fwin = fwin; }