Commit 1c0768d9 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Cosmetic / comment

parent 90dfae90
...@@ -265,9 +265,7 @@ typedef struct ...@@ -265,9 +265,7 @@ typedef struct
aout_fifo_t fifo; /**< Packetized audio blocks */ aout_fifo_t fifo; /**< Packetized audio blocks */
mtime_t pause_date; /**< Date when paused or VLC_TS_INVALID */ mtime_t pause_date; /**< Date when paused or VLC_TS_INVALID */
unsigned samples; /**< Samples per packet */ unsigned samples; /**< Samples per packet */
bool starving; bool starving; /**< Whether currently starving (to limit error messages) */
/* Indicates whether the audio output is currently starving, to avoid
* printing a 1,000 "output is starving" messages. */
} aout_packet_t; } aout_packet_t;
VLC_API void aout_PacketInit(audio_output_t *, aout_packet_t *, unsigned); VLC_API void aout_PacketInit(audio_output_t *, aout_packet_t *, unsigned);
......
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