aboutsummaryrefslogtreecommitdiffstats
path: root/include/gapk/procqueue.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/gapk/procqueue.h')
-rw-r--r--include/gapk/procqueue.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/gapk/procqueue.h b/include/gapk/procqueue.h
index 2b1f1d1..ba1e2fa 100644
--- a/include/gapk/procqueue.h
+++ b/include/gapk/procqueue.h
@@ -48,4 +48,8 @@ int pq_queue_file_output(struct pq *pq, FILE *dst, unsigned int block_len);
struct format_desc;
int pq_queue_fmt_convert(struct pq *pq, const struct format_desc *fmt, int to_from_n);
+/* Codec */
+struct codec_desc;
+int pq_queue_codec(struct pq *pq, const struct codec_desc *codec, int encode);
+
#endif /* __GAPK_PROCQUEUE_H__ */