Skip to content

Commit 9c1c3c3

Browse files
committed
pdf: Add decoder
1 parent a7d54ff commit 9c1c3c3

File tree

3 files changed

+420
-0
lines changed

3 files changed

+420
-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/postgres"
4445
_ "github.com/wader/fq/format/prores"

format/format.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@ var (
144144
Opus_Packet = &decode.Group{Name: "opus_packet"}
145145
PCAP = &decode.Group{Name: "pcap"}
146146
PCAPNG = &decode.Group{Name: "pcapng"}
147+
PDF = &decode.Group{Name: "pdf"}
147148
Pg_BTree = &decode.Group{Name: "pg_btree"}
148149
Pg_Control = &decode.Group{Name: "pg_control"}
149150
Pg_Heap = &decode.Group{Name: "pg_heap"}

0 commit comments

Comments
 (0)