]> git.sesse.net Git - ffmpeg/blobdiff - libavutil/tree.h
Remove av_fifo_read, API is already broken and major version will be bumped soon.
[ffmpeg] / libavutil / tree.h
index fc3b4b58d4140653d3dae9a2851df8dbd81a96b5..e6803f8a604e0cbd860b4d526968e3e909693646 100644 (file)
@@ -19,7 +19,7 @@
  */
 
 /**
- * @file tree.h
+ * @file libavutil/tree.h
  * A tree container.
  * Insertion, removal, finding equal, largest which is smaller than and
  * smallest which is larger than, all have O(log n) worst case complexity.