Skip to content

Commit 74bd67c

Browse files
committed
pdf: Add decoder
1 parent ba94821 commit 74bd67c

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

format/format.go

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

0 commit comments

Comments
 (0)