mirror of https://git.ffmpeg.org/ffmpeg.git
Replace call to deprecated avcodec_build() with avcodec_version().
Originally committed as revision 14521 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
f44fd37447
commit
7254edb5ba
|
@ -223,7 +223,7 @@ void show_version(void) {
|
|||
"libavcodec %d\n"
|
||||
"libavformat %d\n"
|
||||
"libavdevice %d\n",
|
||||
LIBAVUTIL_BUILD, avcodec_build(), LIBAVFORMAT_BUILD, LIBAVDEVICE_BUILD);
|
||||
LIBAVUTIL_BUILD, avcodec_version(), LIBAVFORMAT_BUILD, LIBAVDEVICE_BUILD);
|
||||
}
|
||||
|
||||
void show_license(void)
|
||||
|
|
Loading…
Reference in New Issue