mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-24 13:56:33 +02:00
examples: rename scaling_video to scale_video
This commit is contained in:
parent
cd8211527e
commit
3856f82ef9
4
configure
vendored
4
configure
vendored
@ -1727,7 +1727,7 @@ EXAMPLE_LIST="
|
||||
qsv_decode_example
|
||||
remux_example
|
||||
resample_audio_example
|
||||
scaling_video_example
|
||||
scale_video_example
|
||||
show_metadata_example
|
||||
transcode_aac_example
|
||||
transcoding_example
|
||||
@ -3791,7 +3791,7 @@ mux_example_deps="avcodec avformat avutil swscale"
|
||||
qsv_decode_example_deps="avcodec avutil libmfx h264_qsv_decoder"
|
||||
remux_example_deps="avcodec avformat avutil"
|
||||
resample_audio_example_deps="avutil swresample"
|
||||
scaling_video_example_deps="avutil swscale"
|
||||
scale_video_example_deps="avutil swscale"
|
||||
show_metadata_example_deps="avformat avutil"
|
||||
transcode_aac_example_deps="avcodec avformat swresample"
|
||||
transcoding_example_deps="avfilter avcodec avformat avutil"
|
||||
|
@ -15,7 +15,7 @@ EXAMPLES-$(CONFIG_MUX_EXAMPLE) += mux
|
||||
EXAMPLES-$(CONFIG_QSV_DECODE_EXAMPLE) += qsv_decode
|
||||
EXAMPLES-$(CONFIG_REMUX_EXAMPLE) += remux
|
||||
EXAMPLES-$(CONFIG_RESAMPLE_AUDIO_EXAMPLE) += resample_audio
|
||||
EXAMPLES-$(CONFIG_SCALING_VIDEO_EXAMPLE) += scaling_video
|
||||
EXAMPLES-$(CONFIG_SCALE_VIDEO_EXAMPLE) += scale_video
|
||||
EXAMPLES-$(CONFIG_SHOW_METADATA_EXAMPLE) += show_metadata
|
||||
EXAMPLES-$(CONFIG_TRANSCODE_AAC_EXAMPLE) += transcode_aac
|
||||
EXAMPLES-$(CONFIG_TRANSCODING_EXAMPLE) += transcoding
|
||||
|
@ -27,7 +27,7 @@ EXAMPLES=\
|
||||
mux \
|
||||
remux \
|
||||
resample_audio \
|
||||
scaling_video \
|
||||
scale_video \
|
||||
show_metadata \
|
||||
transcode_aac \
|
||||
transcoding \
|
||||
|
@ -23,7 +23,7 @@
|
||||
/**
|
||||
* @file
|
||||
* libswscale API use example.
|
||||
* @example scaling_video.c
|
||||
* @example scale_video.c
|
||||
*/
|
||||
|
||||
#include <libavutil/imgutils.h>
|
Loading…
x
Reference in New Issue
Block a user