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 055b029 commit 6a50164Copy full SHA for 6a50164
format/all/all.go
@@ -36,6 +36,7 @@ import (
36
_ "github.com/wader/fq/format/ogg"
37
_ "github.com/wader/fq/format/opus"
38
_ "github.com/wader/fq/format/pcap"
39
+ _ "github.com/wader/fq/format/pdf"
40
_ "github.com/wader/fq/format/png"
41
_ "github.com/wader/fq/format/protobuf"
42
_ "github.com/wader/fq/format/raw"
format/format.go
@@ -98,6 +98,7 @@ const (
98
OPUS_PACKET = "opus_packet"
99
PCAP = "pcap"
100
PCAPNG = "pcapng"
101
+ PDF = "pdf"
102
PNG = "png"
103
PROTOBUF = "protobuf"
104
PROTOBUF_WIDEVINE = "protobuf_widevine"
0 commit comments