mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2025-06-30 23:06:26 +00:00
Fixed typo in NAL parser (#311)
Added a missing "()" in the NAL parser script
This commit is contained in:
parent
d31be3d64e
commit
b14f2ce219
@ -20,7 +20,7 @@ function p_h264raw.dissector(buf, pkt, root)
|
||||
|
||||
local i = 0
|
||||
local data_start = -1
|
||||
while i < buf:len do
|
||||
while i < buf:len() do
|
||||
-- Make sure we have a potential start sequence and type
|
||||
if buf:len() - i < 5 then
|
||||
-- We need more data
|
||||
|
Loading…
x
Reference in New Issue
Block a user