Skip to content

Commit 0303f61

Browse files
committed
pdf: Add decoder
1 parent b0c255f commit 0303f61

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
@@ -31,6 +31,7 @@ import (
3131
_ "github.com/wader/fq/format/ogg"
3232
_ "github.com/wader/fq/format/opus"
3333
_ "github.com/wader/fq/format/pcap"
34+
_ "github.com/wader/fq/format/pdf"
3435
_ "github.com/wader/fq/format/png"
3536
_ "github.com/wader/fq/format/protobuf"
3637
_ "github.com/wader/fq/format/raw"

format/format.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ const (
7575
OPUS_PACKET = "opus_packet"
7676
PCAP = "pcap"
7777
PCAPNG = "pcapng"
78+
PDF = "pdf"
7879
PNG = "png"
7980
PROTOBUF = "protobuf"
8081
PROTOBUF_WIDEVINE = "protobuf_widevine"

0 commit comments

Comments
 (0)