Merge libavcore into libavutil
It is pretty hopeless that other considerable projects will adopt libavutil alone in other projects. Projects that need small footprint are better off with more specialized libraries such as gnulib or rather just copy the necessary parts that they need. With this in mind, nobody is helped by having libavutil and libavcore split. In order to ease maintenance inside and around FFmpeg and to reduce confusion where to put common code, avcore's functionality is merged (back) to avutil. Signed-off-by: Reinhard Tartler <siretart@tauware.de>
This commit is contained in:
@ -3341,7 +3341,7 @@ void dump_format(AVFormatContext *ic,
|
||||
}
|
||||
|
||||
#if FF_API_PARSE_FRAME_PARAM
|
||||
#include "libavcore/parseutils.h"
|
||||
#include "libavutil/parseutils.h"
|
||||
|
||||
int parse_image_size(int *width_ptr, int *height_ptr, const char *str)
|
||||
{
|
||||
|
Reference in New Issue
Block a user