Commit 521f2294 authored by Max Kellermann's avatar Max Kellermann

pcm_export: fix API documentation

parent 2f067480
......@@ -35,14 +35,14 @@ struct audio_format;
*/
struct pcm_export_state {
/**
* The buffer used to pack samples, removing padding.
* The buffer is used to pack samples, removing padding.
*
* @see #reverse_endian
* @see #pack24
*/
struct pcm_buffer pack_buffer;
/**
* The buffer used to reverse the byte order.
* The buffer is used to reverse the byte order.
*
* @see #reverse_endian
*/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment