avutil/log: Don't include avutil.h

It has been included since af5f434f8c
for deprecation reasons, but removing it has been forgotten after
it had served is purpose. So remove it.

For convenience, include version.h instead as LIBAVUTIL_VERSION_INT
is supposed to be used when creating AVClasses.

Reviewed-by: Martin Storsjö <martin@martin.st>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
Andreas Rheinhardt
2021-07-23 10:50:16 +02:00
parent 12a540352b
commit 321a3c244d
14 changed files with 30 additions and 1 deletions

View File

@@ -27,6 +27,7 @@
*/
#include <stdio.h>
#include "common.h"
#include "timecode.h"
#include "log.h"
#include "error.h"