Skip to content

Commit 6a50164

Browse files
committed
pdf: Add decoder
1 parent 055b029 commit 6a50164

File tree

3 files changed

+421
-0
lines changed

3 files changed

+421
-0
lines changed

format/all/all.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ import (
3636
_ "github.com/wader/fq/format/ogg"
3737
_ "github.com/wader/fq/format/opus"
3838
_ "github.com/wader/fq/format/pcap"
39+
_ "github.com/wader/fq/format/pdf"
3940
_ "github.com/wader/fq/format/png"
4041
_ "github.com/wader/fq/format/protobuf"
4142
_ "github.com/wader/fq/format/raw"

format/format.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ const (
9898
OPUS_PACKET = "opus_packet"
9999
PCAP = "pcap"
100100
PCAPNG = "pcapng"
101+
PDF = "pdf"
101102
PNG = "png"
102103
PROTOBUF = "protobuf"
103104
PROTOBUF_WIDEVINE = "protobuf_widevine"

0 commit comments

Comments
 (0)