File tree 3 files changed +421
-1
lines changed 3 files changed +421
-1
lines changed Original file line number Diff line number Diff line change @@ -39,6 +39,7 @@ import (
39
39
_ "github.com/wader/fq/format/ogg"
40
40
_ "github.com/wader/fq/format/opus"
41
41
_ "github.com/wader/fq/format/pcap"
42
+ _ "github.com/wader/fq/format/pdf"
42
43
_ "github.com/wader/fq/format/png"
43
44
_ "github.com/wader/fq/format/prores"
44
45
_ "github.com/wader/fq/format/protobuf"
Original file line number Diff line number Diff line change @@ -114,14 +114,15 @@ var (
114
114
OpusPacket = & decode.Group {Name : "opus_packet" }
115
115
Pcap = & decode.Group {Name : "pcap" }
116
116
Pcapng = & decode.Group {Name : "pcapng" }
117
+ Pdf = & decode.Group {Name : "pdf" }
117
118
Png = & decode.Group {Name : "png" }
118
119
ProresFrame = & decode.Group {Name : "prores_frame" }
119
120
Protobuf = & decode.Group {Name : "protobuf" }
120
121
ProtobufWidevine = & decode.Group {Name : "protobuf_widevine" }
121
122
PsshPlayready = & decode.Group {Name : "pssh_playready" }
122
123
Rtmp = & decode.Group {Name : "rtmp" }
123
- SllPacket = & decode.Group {Name : "sll_packet" }
124
124
Sll2Packet = & decode.Group {Name : "sll2_packet" }
125
+ SllPacket = & decode.Group {Name : "sll_packet" }
125
126
Tar = & decode.Group {Name : "tar" }
126
127
TcpSegment = & decode.Group {Name : "tcp_segment" }
127
128
Tiff = & decode.Group {Name : "tiff" }
You can’t perform that action at this time.
0 commit comments