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 ba94821 commit 74bd67cCopy full SHA for 74bd67c
format/all/all.go
@@ -30,6 +30,7 @@ import (
30
_ "github.com/wader/fq/format/ogg"
31
_ "github.com/wader/fq/format/opus"
32
_ "github.com/wader/fq/format/pcap"
33
+ _ "github.com/wader/fq/format/pdf"
34
_ "github.com/wader/fq/format/png"
35
_ "github.com/wader/fq/format/protobuf"
36
_ "github.com/wader/fq/format/raw"
format/format.go
@@ -74,6 +74,7 @@ const (
74
OPUS_PACKET = "opus_packet"
75
PCAP = "pcap"
76
PCAPNG = "pcapng"
77
+ PDF = "pdf"
78
PNG = "png"
79
PROTOBUF = "protobuf"
80
PROTOBUF_WIDEVINE = "protobuf_widevine"
0 commit comments