Skip to content

Commit 51f6f2e

Browse files
committed
pdf: Add decoder
1 parent d4fe00d commit 51f6f2e

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
@@ -83,6 +83,7 @@ const (
8383
OPUS_PACKET = "opus_packet"
8484
PCAP = "pcap"
8585
PCAPNG = "pcapng"
86+
PDF = "pdf"
8687
PNG = "png"
8788
PROTOBUF = "protobuf"
8889
PROTOBUF_WIDEVINE = "protobuf_widevine"

0 commit comments

Comments
 (0)