Home
last modified time | relevance | path

Searched refs:FFMPEG_VERSION (Results 1 – 20 of 20) sorted by relevance

/third_party/ffmpeg/libavutil/
Dutils.c31 const char av_util_ffversion[] = "FFmpeg version " FFMPEG_VERSION;
35 return FFMPEG_VERSION; in av_version_info()
Dffversion.h4 #define FFMPEG_VERSION "4.4.1" macro
Davutilres.rc47 VALUE "ProductVersion", FFMPEG_VERSION
/third_party/ffmpeg/libswresample/
Dswresampleres.rc47 VALUE "ProductVersion", FFMPEG_VERSION
Dswresample.c33 const char swr_ffversion[] = "FFmpeg version " FFMPEG_VERSION;
/third_party/ffmpeg/libavresample/
Davresampleres.rc47 VALUE "ProductVersion", FFMPEG_VERSION
/third_party/ffmpeg/libavdevice/
Davdeviceres.rc47 VALUE "ProductVersion", FFMPEG_VERSION
Davdevice.c28 const char av_device_ffversion[] = "FFmpeg version " FFMPEG_VERSION;
/third_party/ffmpeg/libpostproc/
Dpostprocres.rc47 VALUE "ProductVersion", FFMPEG_VERSION
Dpostprocess.c95 const char postproc_ffversion[] = "FFmpeg version " FFMPEG_VERSION;
/third_party/ffmpeg/libswscale/
Dswscaleres.rc47 VALUE "ProductVersion", FFMPEG_VERSION
/third_party/ffmpeg/libavcodec/
Davcodecres.rc47 VALUE "ProductVersion", FFMPEG_VERSION
Davcodec.c44 const char av_codec_ffversion[] = "FFmpeg version " FFMPEG_VERSION;
/third_party/ffmpeg/libavformat/
Davformatres.rc47 VALUE "ProductVersion", FFMPEG_VERSION
Dutils.c53 const char av_format_ffversion[] = "FFmpeg version " FFMPEG_VERSION;
/third_party/ffmpeg/libavfilter/
Davfilterres.rc47 VALUE "ProductVersion", FFMPEG_VERSION
Davfilter.c47 const char av_filter_ffversion[] = "FFmpeg version " FFMPEG_VERSION;
/third_party/ffmpeg/tools/
Dgen-rc112 VALUE "ProductVersion", FFMPEG_VERSION
/third_party/ffmpeg/fftools/
Dcmdutils.c1147 av_log(NULL, level, "%s version " FFMPEG_VERSION, program_name); in print_program_info()
Dffprobe.c3159 print_str("version", FFMPEG_VERSION); in ffprobe_show_program_version()