Update inclusion guards in objpool.h start with AVUTIL_ instead of FFTOOLS_.
Rick Kern (2):
fftools/objpool: move objpool to libavutil
lavc/videotoolboxenc: use objectpool for encoder output information
fftools/Makefile | 1 -
fftools/ffmpeg_mux.c | 8 ++--
fftools/sync_queue.c | 18 +++----
fftools/thread_queue.c | 14 +++---
fftools/thread_queue.h | 4 +-
libavcodec/videotoolboxenc.c | 80 ++++++++++++++++++++++++++++----
libavutil/Makefile | 2 +
{fftools => libavutil}/objpool.c | 32 +++++++------
{fftools => libavutil}/objpool.h | 30 ++++++------
9 files changed, 128 insertions(+), 61 deletions(-)
rename {fftools => libavutil}/objpool.c (77%)
rename {fftools => libavutil}/objpool.h (56%)
--
2.38.1
_______________________________________________
ffmpeg-devel mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".