[vlmc-devel] VideoPage: Register aspect ratio text widget.
Rohit Yadav
git at videolan.org
Tue Aug 2 03:17:05 CEST 2011
vlmc | branch: master | Rohit Yadav <rohityadav89 at gmail.com> | Tue Aug 2 07:01:37 2011 +0530| [c442ea14dafc7aca7624668e5e09e423f2dcc56e] | committer: Rohit Yadav
VideoPage: Register aspect ratio text widget.
> http://git.videolan.org/gitweb.cgi/vlmc.git/?a=commit;h=c442ea14dafc7aca7624668e5e09e423f2dcc56e
---
src/Gui/wizard/VideoPage.cpp | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/Gui/wizard/VideoPage.cpp b/src/Gui/wizard/VideoPage.cpp
index 9a3a118..5a189ed 100644
--- a/src/Gui/wizard/VideoPage.cpp
+++ b/src/Gui/wizard/VideoPage.cpp
@@ -40,6 +40,7 @@ VideoPage::VideoPage( QWidget* parent ) :
registerField( "fps", ui.doubleSpinBoxVideoFPS, "value", SIGNAL( valueChanged( double ) ) );
registerField( "width", ui.spinBoxVideoWidth );
registerField( "height", ui.spinBoxVideoHeight );
+ registerField( "aspectratio", ui.lineEditVideoAspectRatio );
registerField( "samplerate", ui.comboBoxAudioSamplerate );
registerField( "channels", ui.spinBoxAudioChannels );
}
More information about the Vlmc-devel
mailing list