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 23d980d commit 9c0c1d8Copy full SHA for 9c0c1d8
format/all/all.go
@@ -39,6 +39,7 @@ import (
39
_ "github.com/wader/fq/format/ogg"
40
_ "github.com/wader/fq/format/opus"
41
_ "github.com/wader/fq/format/pcap"
42
+ _ "github.com/wader/fq/format/pdf"
43
_ "github.com/wader/fq/format/png"
44
_ "github.com/wader/fq/format/prores"
45
_ "github.com/wader/fq/format/protobuf"
format/format.go
@@ -111,6 +111,7 @@ const (
111
OPUS_PACKET = "opus_packet"
112
PCAP = "pcap"
113
PCAPNG = "pcapng"
114
+ PDF = "pdf"
115
PNG = "png"
116
PRORES_FRAME = "prores_frame"
117
PROTOBUF = "protobuf"
0 commit comments