Skip to content

Commit 435a9d5

Browse files
committed
pdf: Add decoder
1 parent f11be8b commit 435a9d5

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
@@ -37,6 +37,7 @@ import (
3737
_ "github.com/wader/fq/format/ogg"
3838
_ "github.com/wader/fq/format/opus"
3939
_ "github.com/wader/fq/format/pcap"
40+
_ "github.com/wader/fq/format/pdf"
4041
_ "github.com/wader/fq/format/png"
4142
_ "github.com/wader/fq/format/protobuf"
4243
_ "github.com/wader/fq/format/raw"

format/format.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ const (
102102
OPUS_PACKET = "opus_packet"
103103
PCAP = "pcap"
104104
PCAPNG = "pcapng"
105+
PDF = "pdf"
105106
PNG = "png"
106107
PROTOBUF = "protobuf"
107108
PROTOBUF_WIDEVINE = "protobuf_widevine"

0 commit comments

Comments
 (0)