Skip to content

Commit 5ffab2a

Browse files
committed
pdf: Add decoder
1 parent 63b5828 commit 5ffab2a

File tree

3 files changed

+419
-0
lines changed

3 files changed

+419
-0
lines changed

format/all/all.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ import (
4141
_ "github.com/wader/fq/format/ogg"
4242
_ "github.com/wader/fq/format/opus"
4343
_ "github.com/wader/fq/format/pcap"
44+
_ "github.com/wader/fq/format/pdf"
4445
_ "github.com/wader/fq/format/png"
4546
_ "github.com/wader/fq/format/prores"
4647
_ "github.com/wader/fq/format/protobuf"

format/format.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ const (
112112
OPUS_PACKET = "opus_packet"
113113
PCAP = "pcap"
114114
PCAPNG = "pcapng"
115+
PDF = "pdf"
115116
PNG = "png"
116117
PRORES_FRAME = "prores_frame"
117118
PROTOBUF = "protobuf"

0 commit comments

Comments
 (0)