We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bba1e57 commit f653a37Copy full SHA for f653a37
format/all/all.go
@@ -31,6 +31,7 @@ import (
31
_ "github.com/wader/fq/format/ogg"
32
_ "github.com/wader/fq/format/opus"
33
_ "github.com/wader/fq/format/pcap"
34
+ _ "github.com/wader/fq/format/pdf"
35
_ "github.com/wader/fq/format/png"
36
_ "github.com/wader/fq/format/protobuf"
37
_ "github.com/wader/fq/format/raw"
format/format.go
@@ -83,6 +83,7 @@ const (
83
OPUS_PACKET = "opus_packet"
84
PCAP = "pcap"
85
PCAPNG = "pcapng"
86
+ PDF = "pdf"
87
PNG = "png"
88
PROTOBUF = "protobuf"
89
PROTOBUF_WIDEVINE = "protobuf_widevine"
0 commit comments