Skip to content

Commit

Permalink
add null placeholders for flush and delay
Browse files Browse the repository at this point in the history
  • Loading branch information
mikebrady committed Apr 30, 2014
1 parent 2c40f23 commit afe41c4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions audio_ao.c
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,8 @@ audio_output audio_ao = {
.deinit = &deinit,
.start = &start,
.stop = &stop,
.flush = NULL,
.delay = NULL,
.play = &play,
.volume = NULL
};

0 comments on commit afe41c4

Please sign in to comment.