From b0558e48b184cb9a4555d8156d86bebe2315690f Mon Sep 17 00:00:00 2001 From: wm4 Date: Wed, 12 Dec 2012 23:05:57 +0100 Subject: cleanup: remove ao.brokenpts This field was used by ao_v4l2, and is now unused. --- audio/out/ao.h | 1 - 1 file changed, 1 deletion(-) (limited to 'audio') diff --git a/audio/out/ao.h b/audio/out/ao.h index 2a7d15ae08..6ea1b22cd2 100644 --- a/audio/out/ao.h +++ b/audio/out/ao.h @@ -96,7 +96,6 @@ struct ao { int bps; int outburst; int buffersize; - int brokenpts; double pts; struct bstr buffer; int buffer_playable_size; -- cgit v1.2.3