aboutsummaryrefslogtreecommitdiff
path: root/src/pcm_export.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pcm_export.h')
-rw-r--r--src/pcm_export.h15
1 files changed, 2 insertions, 13 deletions
diff --git a/src/pcm_export.h b/src/pcm_export.h
index 096ae8a6..941036c9 100644
--- a/src/pcm_export.h
+++ b/src/pcm_export.h
@@ -54,17 +54,6 @@ struct pcm_export_state {
uint8_t channels;
/**
- * Convert (padded) 24 bit samples to 32 bit by shifting 8
- * bits to the left?
- */
- bool shift8;
-
- /**
- * Pack 24 bit samples?
- */
- bool pack24;
-
- /**
* Export the samples in reverse byte order? A non-zero value
* means the option is enabled and represents the size of each
* sample (2 or bigger).
@@ -93,8 +82,8 @@ pcm_export_deinit(struct pcm_export_state *state);
* This function cannot fail.
*/
void pcm_export_open(struct pcm_export_state *state,
- enum sample_format sample_format,
- bool shift8, bool pack, bool reverse_endian);
+ enum AVSampleFormat sample_format,
+ bool pack, bool reverse_endian);
/**
* Calculate the size of one output frame.