diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2023-01-15 12:56:54 +0100 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2023-02-11 17:49:01 +0100 |
commit | ab2ec8ef015c0516c9d6824ef47195adc6c2a40b (patch) | |
tree | bf8562f6a7c0fd3658ec098edccd48c8adb88781 /doc | |
parent | eac4324bfbe452f0292b48b2f1dc37b5052ec0be (diff) | |
download | ffmpeg-ab2ec8ef015c0516c9d6824ef47195adc6c2a40b.tar.gz |
examples: rename qsvdec to qsv_decode
Diffstat (limited to 'doc')
-rw-r--r-- | doc/examples/Makefile | 2 | ||||
-rw-r--r-- | doc/examples/qsv_decode.c (renamed from doc/examples/qsvdec.c) | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/examples/Makefile b/doc/examples/Makefile index c91d26e4a0..9342fae744 100644 --- a/doc/examples/Makefile +++ b/doc/examples/Makefile @@ -12,7 +12,7 @@ EXAMPLES-$(CONFIG_EXTRACT_MVS_EXAMPLE) += extract_mvs EXAMPLES-$(CONFIG_FILTER_AUDIO_EXAMPLE) += filter_audio EXAMPLES-$(CONFIG_HW_DECODE_EXAMPLE) += hw_decode EXAMPLES-$(CONFIG_MUX_EXAMPLE) += mux -EXAMPLES-$(CONFIG_QSVDEC_EXAMPLE) += qsvdec +EXAMPLES-$(CONFIG_QSV_DECODE_EXAMPLE) += qsv_decode EXAMPLES-$(CONFIG_REMUXING_EXAMPLE) += remuxing EXAMPLES-$(CONFIG_RESAMPLING_AUDIO_EXAMPLE) += resampling_audio EXAMPLES-$(CONFIG_SCALING_VIDEO_EXAMPLE) += scaling_video diff --git a/doc/examples/qsvdec.c b/doc/examples/qsv_decode.c index b662ae91c3..0cdef4466c 100644 --- a/doc/examples/qsvdec.c +++ b/doc/examples/qsv_decode.c @@ -24,7 +24,7 @@ * @file * Intel QSV-accelerated H.264 decoding example. * - * @example qsvdec.c + * @example qsv_decode.c * This example shows how to do QSV-accelerated H.264 decoding with output * frames in the GPU video surfaces. */ |