X-Git-Url: https://cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Ffileffmpeg.C;h=f7ad943934f153ca70f73cd414ae96a73d530c90;hb=abf5c6bb4dec2c2d03df2872e1d337e3905b3619;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; }