]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/audio_frame_queue.h
lavc: Drop deprecated way of setting codec dimensions
[ffmpeg] / libavcodec / audio_frame_queue.h
index cfcc6a030cc96a60d8efae0d3c626143c9b869e4..1250ec22ebeb0537898f9bccc94f25cebef111cd 100644 (file)
@@ -78,13 +78,6 @@ int ff_af_queue_add(AudioFrameQueue *afq, const AVFrame *f);
  * @param[out] duration output packet duration
  */
 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);
+                        int64_t *duration);
 
 #endif /* AVCODEC_AUDIO_FRAME_QUEUE_H */