]> git.sesse.net Git - vlc/blobdiff - src/playlist/aout.c
Drop aborted SNOW codec
[vlc] / src / playlist / aout.c
index fd66e92b0ff18faa1a4321aeaba64b2d71690cf2..72c7f0ff40f43f43ba1ddb7af8c446769a0d4466 100644 (file)
@@ -34,7 +34,8 @@
 audio_output_t *playlist_GetAout(playlist_t *pl)
 {
     /* NOTE: it is assumed that the input resource exists. In practice,
-     * the playlist must have been activated. This is automatic when calling         * pl_Get(). FIXME: input resources are deleted at deactivation, this can
+     * the playlist must have been activated. This is automatic when calling
+     * pl_Get(). FIXME: input resources are deleted at deactivation, this can
      * be too early. */
     playlist_private_t *sys = pl_priv(pl);
     return input_resource_HoldAout(sys->p_input_resource);