aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorSylvain Munaut <tnt@246tNt.com>2010-11-11 20:42:09 +0100
committerSylvain Munaut <tnt@246tNt.com>2010-11-11 20:45:24 +0100
commit9843418a3375ee93197cf9647397aa3e05cd21b8 (patch)
treef46806cdc68d231386faee2cfcf11dde4e940ac6 /include
parent792d04135e06b688b318f5410f9cc466e40a41c7 (diff)
procqueue: Add Codec tasks
Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
Diffstat (limited to 'include')
-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__ */