From 62c32e5a5a3b328e4c63cb8b4a1f415a73c3863d Mon Sep 17 00:00:00 2001 From: Jed Reynolds Date: Tue, 28 Jan 2020 18:40:57 -0800 Subject: [PATCH] l3_video: fixes parse error --- l3_video_em.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/l3_video_em.pl b/l3_video_em.pl index d6ea4ff5..c9f46815 100755 --- a/l3_video_em.pl +++ b/l3_video_em.pl @@ -48,7 +48,7 @@ our @audio_rates = 128000; # 128k # https://en.wikipedia.org/wiki/ISDB-T_International # https://en.wikipedia.org/wiki/Frame_rate # https://en.wikipedia.org/wiki/List_of_broadcast_video_formats -https://blog.forret.com/2006/09/27/hd-720p-1080i-and-1080p/ +# https://blog.forret.com/2006/09/27/hd-720p-1080i-and-1080p/ # Framerate is highly subjective in digital formats, because there are # variable frame rates dictated by min- and max-frame rate. our %avail_stream_res = ( @@ -135,7 +135,7 @@ our %avail_stream_res = ( ); -our $avail_stream_desc = join(", ", keys(%avail_strem_res)); +our $avail_stream_desc = join(", ", keys(%avail_stream_res)); our $resolution = "720p"; our $usage = "$0 # modulates a Layer 3 CX to emulate a video server