aboutsummaryrefslogtreecommitdiff
path: root/src/decoder_internal.h
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2013-04-23 09:20:10 +0200
committerAnton Khirnov <anton@khirnov.net>2015-02-20 08:56:03 +0100
commit1b3144727158b18f080732ff35ef1f6a123a946d (patch)
tree3cff858317d498ffb02e27364d6a2afde53943c3 /src/decoder_internal.h
parente41776f458722d778b5a0db49816f775ef4f9eee (diff)
music chunk: switch to AVFrame.
Diffstat (limited to 'src/decoder_internal.h')
-rw-r--r--src/decoder_internal.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/decoder_internal.h b/src/decoder_internal.h
index d89e68cf..1f331aa1 100644
--- a/src/decoder_internal.h
+++ b/src/decoder_internal.h
@@ -70,9 +70,6 @@ struct decoder {
/** the last tag received from the decoder plugin */
struct tag *decoder_tag;
- /** the chunk currently being written to */
- struct music_chunk *chunk;
-
struct replay_gain_info replay_gain_info;
/**
@@ -91,10 +88,4 @@ struct decoder {
struct music_chunk *
decoder_get_chunk(struct decoder *decoder);
-/**
- * Flushes the current chunk.
- */
-void
-decoder_flush_chunk(struct decoder *decoder);
-
#endif