diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2021-07-23 13:15:55 +0200 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2023-09-07 00:41:47 +0200 |
commit | c3e3ea3c8846486dfe81b3761584f7c98ada9c75 (patch) | |
tree | d955e04f976136a466b84cd8e2ca84ad84eb0e97 /libavutil/file.c | |
parent | 7001ff74ba7fb5035f412a8be17d97b165f0ac5f (diff) | |
download | ffmpeg-c3e3ea3c8846486dfe81b3761584f7c98ada9c75.tar.gz |
avutil: Move error.h from avutil.h to common.h
Up until now, avutil.h includes common.h which includes mem.h which
includes avutil.h, so that all these headers are in fact equivalent.
Yet mem.h does not need to include avutil.h at all and when it no longer
does, including common.h will no longer include error.h (included by
avutil.h) as well; change this by moving error.h to avutil.h, as error.h
is clearly a commonly used header.
Reviewed-by: Paul B Mahol <onemda@gmail.com>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavutil/file.c')
0 files changed, 0 insertions, 0 deletions