Skip to content

Commit ecc81f3

Browse files
committed
fix warning
1 parent 43407a3 commit ecc81f3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/ex_webrtc/rtp/h264/nal_formats/stap_a.ex

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ defmodule ExWebRTC.RTP.H264.StapA do
2424
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
2525
```
2626
"""
27-
alias ExWebRTC.RTP.H264.NAL
2827

2928
@spec parse(binary()) :: {:ok, [binary()]} | {:error, :packet_malformed}
3029
def parse(data) do

0 commit comments

Comments
 (0)