Skip to content

Commit 9c0c1d8

Browse files
committed
pdf: Add decoder
1 parent 23d980d commit 9c0c1d8

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
@@ -39,6 +39,7 @@ import (
3939
_ "github.com/wader/fq/format/ogg"
4040
_ "github.com/wader/fq/format/opus"
4141
_ "github.com/wader/fq/format/pcap"
42+
_ "github.com/wader/fq/format/pdf"
4243
_ "github.com/wader/fq/format/png"
4344
_ "github.com/wader/fq/format/prores"
4445
_ "github.com/wader/fq/format/protobuf"

format/format.go

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

0 commit comments

Comments
 (0)