summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTuomas Virtanen <katajakasa@gmail.com>2017-09-22 20:58:25 +0300
committerTuomas Virtanen <katajakasa@gmail.com>2017-09-22 20:58:25 +0300
commit2267d51d2b402c377a21bf03be6fc51b251f063b (patch)
tree0c9d96e115f4f75198f05a48b998714cd7c129bb /include
parenta437d48febde0d5919317aa3ff22a3027f6ab08e (diff)
Decoder cleanups
Diffstat (limited to 'include')
-rw-r--r--include/kitchensink/internal/kitdecoder.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/kitchensink/internal/kitdecoder.h b/include/kitchensink/internal/kitdecoder.h
index 9d6f84d..191113b 100644
--- a/include/kitchensink/internal/kitdecoder.h
+++ b/include/kitchensink/internal/kitdecoder.h
@@ -37,8 +37,7 @@ KIT_LOCAL struct Kit_Decoder {
};
KIT_LOCAL Kit_Decoder* Kit_CreateDecoder(const Kit_Source *src, int stream_index,
- int in_b_size, int out_b_size,
- dec_free_packet_cb free_out_cb);
+ int out_b_size, dec_free_packet_cb free_out_cb);
KIT_LOCAL void Kit_SetDecoderClockSync(Kit_Decoder *dec, double sync);
KIT_LOCAL void Kit_ChangeDecoderClockSync(Kit_Decoder *dec, double sync);
KIT_LOCAL bool Kit_CanWriteDecoderInput(Kit_Decoder *dec);