add FF_API_PARSE_FRAME_PARAM define to disable the deprecated
parse_image_size() and parse_frame_rate() public functions Originally committed as revision 25485 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@ -3207,7 +3207,7 @@ void dump_format(AVFormatContext *ic,
|
||||
av_free(printed);
|
||||
}
|
||||
|
||||
#if LIBAVFORMAT_VERSION_MAJOR < 53
|
||||
#if FF_API_PARSE_FRAME_PARAM
|
||||
#include "libavcore/parseutils.h"
|
||||
|
||||
int parse_image_size(int *width_ptr, int *height_ptr, const char *str)
|
||||
|
Reference in New Issue
Block a user