[vlc-commits] Cosmetic / comment
Rémi Denis-Courmont
git at videolan.org
Thu Aug 4 21:12:16 CEST 2011
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Thu Aug 4 21:22:14 2011 +0300| [1c0768d91621e7a1ea1916ed566ed375b715c2a8] | committer: Rémi Denis-Courmont
Cosmetic / comment
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=1c0768d91621e7a1ea1916ed566ed375b715c2a8
---
include/vlc_aout.h | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
diff --git a/include/vlc_aout.h b/include/vlc_aout.h
index 1eb9a58..31f71e1 100644
--- a/include/vlc_aout.h
+++ b/include/vlc_aout.h
@@ -265,9 +265,7 @@ typedef struct
aout_fifo_t fifo; /**< Packetized audio blocks */
mtime_t pause_date; /**< Date when paused or VLC_TS_INVALID */
unsigned samples; /**< Samples per packet */
- bool starving;
- /* Indicates whether the audio output is currently starving, to avoid
- * printing a 1,000 "output is starving" messages. */
+ bool starving; /**< Whether currently starving (to limit error messages) */
} aout_packet_t;
VLC_API void aout_PacketInit(audio_output_t *, aout_packet_t *, unsigned);
More information about the vlc-commits
mailing list