diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-07-27 09:14:54 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-07-27 09:14:54 -0300 |
commit | 3590a589476f8094edb2a807adaa699215c2d5ee (patch) | |
tree | c3948f8afa605f7810666ccdf60ca5b7b6cda406 /v4l2-apps | |
parent | 53cd728fba53912604889bec57b74645ac73365c (diff) | |
parent | de70eb5e79c86c8efc2c0568c70f44bf0752c336 (diff) | |
download | mediapointer-dvb-s2-3590a589476f8094edb2a807adaa699215c2d5ee.tar.gz mediapointer-dvb-s2-3590a589476f8094edb2a807adaa699215c2d5ee.tar.bz2 |
merge: http://www.linuxtv.org/hg/~hverkuil/v4l-dvb-videodev
From: Mauro Carvalho Chehab <mchehab@infradead.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'v4l2-apps')
-rwxr-xr-x | v4l2-apps/util/v4l_rec.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/v4l2-apps/util/v4l_rec.pl b/v4l2-apps/util/v4l_rec.pl index b533af097..941c03634 100755 --- a/v4l2-apps/util/v4l_rec.pl +++ b/v4l2-apps/util/v4l_rec.pl @@ -16,7 +16,7 @@ $std=shift or $std='PAL-M'; $dev=shift or $dev="/dev/video1"; ############################################## -# Those stuff bellow are currently "hardcoded" +# Those stuff below are currently "hardcoded" my $acard=0; my $rec_ctrl="Aux,0"; @@ -25,7 +25,7 @@ my $vbitrate=1500; my $abitrate=224; ############################################## -# Those stuff bellow are NTSC / PAL-M specific +# Those stuff below are NTSC / PAL-M specific my $list="/usr/share/xawtv/ntsc-cable.list"; my $fps=30000/1001; |