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 63b5828 commit 5ffab2aCopy full SHA for 5ffab2a
format/all/all.go
@@ -41,6 +41,7 @@ import (
41
_ "github.com/wader/fq/format/ogg"
42
_ "github.com/wader/fq/format/opus"
43
_ "github.com/wader/fq/format/pcap"
44
+ _ "github.com/wader/fq/format/pdf"
45
_ "github.com/wader/fq/format/png"
46
_ "github.com/wader/fq/format/prores"
47
_ "github.com/wader/fq/format/protobuf"
format/format.go
@@ -112,6 +112,7 @@ const (
112
OPUS_PACKET = "opus_packet"
113
PCAP = "pcap"
114
PCAPNG = "pcapng"
115
+ PDF = "pdf"
116
PNG = "png"
117
PRORES_FRAME = "prores_frame"
118
PROTOBUF = "protobuf"
0 commit comments