]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/audio_frame_queue.h
lavc: remove disabled FF_API_OLD_DECODE_AUDIO cruft
[ffmpeg] / libavcodec / audio_frame_queue.h
index cfcc6a030cc96a60d8efae0d3c626143c9b869e4..4a2977094b831499efaa984e08913d89adaaba3a 100644 (file)
@@ -80,11 +80,4 @@ int ff_af_queue_add(AudioFrameQueue *afq, const AVFrame *f);
 void ff_af_queue_remove(AudioFrameQueue *afq, int nb_samples, int64_t *pts,
                         int *duration);
 
-/**
- * Log the current state of the queue.
- *
- * @param afq queue context
- */
-void ff_af_queue_log_state(AudioFrameQueue *afq);
-
 #endif /* AVCODEC_AUDIO_FRAME_QUEUE_H */