Bug 371902 - Build warnings in 16.08.2 with ffmpeg 3.1.1
Summary: Build warnings in 16.08.2 with ffmpeg 3.1.1
Status: RESOLVED WORKSFORME
Alias: None
Product: kdemultimedia
Classification: Miscellaneous
Component: ffmpegthumbs (show other bugs)
Version: unspecified
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Multimedia Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-10-31 18:00 UTC by rezso
Modified: 2022-11-25 05:23 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description rezso 2016-10-31 18:00:21 UTC
-- Checking for module 'libavcodec'
--   Found libavcodec, version 57.48.101
-- Checking for module 'libavfilter'
--   Found libavfilter, version 6.47.100
-- Checking for module 'libavformat'
--   Found libavformat, version 57.41.100
-- Checking for module 'libavdevice'
--   Found libavdevice, version 57.0.101
-- Checking for module 'libavutil'
--   Found libavutil, version 55.28.100
-- Checking for module 'libswscale'
--   Found libswscale, version 4.1.100
-- Checking for module 'libpostproc'
--   Found libpostproc, version 54.0.100
-- Found FFmpeg: /usr/lib/libavcodec.so;/usr/lib/libavformat.so;/usr/lib/libswscale.so
-- Configuring done
-- Generating done
-- Build files have been written to: /var/uhubuild/work/compile/build
make -j2
Scanning dependencies of target ffmpegthumbs_automoc
[ 12%] Automatic moc for target ffmpegthumbs
Generating moc source ffmpegthumbs_automoc.dir/moc_ffmpegthumbnailer.cpp
Generating moc compilation ffmpegthumbs_automoc.cpp
[ 12%] Built target ffmpegthumbs_automoc
Scanning dependencies of target ffmpegthumbs
[ 25%] Building CXX object CMakeFiles/ffmpegthumbs.dir/ffmpegthumbnailer.cpp.o
[ 37%] Building CXX object CMakeFiles/ffmpegthumbs.dir/ffmpegthumbnailer/filmstripfilter.cpp.o
[ 50%] Building CXX object CMakeFiles/ffmpegthumbs.dir/ffmpegthumbnailer/moviedecoder.cpp.o
[ 62%] Building CXX object CMakeFiles/ffmpegthumbs.dir/ffmpegthumbnailer/imagewriter.cpp.o
/var/uhubuild/work/compile/ffmpegthumbnailer/moviedecoder.cpp: In member function 'void ffmpegthumbnailer::MovieDecoder::initializeVideo()':
/var/uhubuild/work/compile/ffmpegthumbnailer/moviedecoder.cpp:132:43: warning: 'AVStream::codec' is deprecated [-Wdeprecated-declarations]
         if (m_pFormatContext->streams[i]->codec->codec_type == AVMEDIA_TYPE_VIDEO) {
                                           ^
In file included from /var/uhubuild/work/compile/ffmpegthumbnailer/moviedecoder.h:25:0,
                 from /var/uhubuild/work/compile/ffmpegthumbnailer/moviedecoder.cpp:17:
/usr/include/libavformat/avformat.h:880:21: note: declared here
     AVCodecContext *codec;
                     ^
/var/uhubuild/work/compile/ffmpegthumbnailer/moviedecoder.cpp:132:43: warning: 'AVStream::codec' is deprecated [-Wdeprecated-declarations]
         if (m_pFormatContext->streams[i]->codec->codec_type == AVMEDIA_TYPE_VIDEO) {
                                           ^
In file included from /var/uhubuild/work/compile/ffmpegthumbnailer/moviedecoder.h:25:0,
                 from /var/uhubuild/work/compile/ffmpegthumbnailer/moviedecoder.cpp:17:
/usr/include/libavformat/avformat.h:880:21: note: declared here
     AVCodecContext *codec;
                     ^
/var/uhubuild/work/compile/ffmpegthumbnailer/moviedecoder.cpp:132:43: warning: 'AVStream::codec' is deprecated [-Wdeprecated-declarations]
         if (m_pFormatContext->streams[i]->codec->codec_type == AVMEDIA_TYPE_VIDEO) {
                                           ^
In file included from /var/uhubuild/work/compile/ffmpegthumbnailer/moviedecoder.h:25:0,
                 from /var/uhubuild/work/compile/ffmpegthumbnailer/moviedecoder.cpp:17:
/usr/include/libavformat/avformat.h:880:21: note: declared here
     AVCodecContext *codec;
                     ^
/var/uhubuild/work/compile/ffmpegthumbnailer/moviedecoder.cpp:144:70: warning: 'AVStream::codec' is deprecated [-Wdeprecated-declarations]
     m_pVideoCodecContext = m_pFormatContext->streams[m_VideoStream]->codec;
                                                                      ^
In file included from /var/uhubuild/work/compile/ffmpegthumbnailer/moviedecoder.h:25:0,
                 from /var/uhubuild/work/compile/ffmpegthumbnailer/moviedecoder.cpp:17:
/usr/include/libavformat/avformat.h:880:21: note: declared here
     AVCodecContext *codec;
                     ^
/var/uhubuild/work/compile/ffmpegthumbnailer/moviedecoder.cpp:144:70: warning: 'AVStream::codec' is deprecated [-Wdeprecated-declarations]
     m_pVideoCodecContext = m_pFormatContext->streams[m_VideoStream]->codec;
                                                                      ^
In file included from /var/uhubuild/work/compile/ffmpegthumbnailer/moviedecoder.h:25:0,
                 from /var/uhubuild/work/compile/ffmpegthumbnailer/moviedecoder.cpp:17:
/usr/include/libavformat/avformat.h:880:21: note: declared here
     AVCodecContext *codec;
                     ^
/var/uhubuild/work/compile/ffmpegthumbnailer/moviedecoder.cpp:144:70: warning: 'AVStream::codec' is deprecated [-Wdeprecated-declarations]
     m_pVideoCodecContext = m_pFormatContext->streams[m_VideoStream]->codec;
                                                                      ^
In file included from /var/uhubuild/work/compile/ffmpegthumbnailer/moviedecoder.h:25:0,
                 from /var/uhubuild/work/compile/ffmpegthumbnailer/moviedecoder.cpp:17:
/usr/include/libavformat/avformat.h:880:21: note: declared here
     AVCodecContext *codec;
                     ^
/var/uhubuild/work/compile/ffmpegthumbnailer/moviedecoder.cpp: In member function 'void ffmpegthumbnailer::MovieDecoder::seek(int)':
/var/uhubuild/work/compile/ffmpegthumbnailer/moviedecoder.cpp:202:73: warning: 'AVStream::codec' is deprecated [-Wdeprecated-declarations]
         avcodec_flush_buffers(m_pFormatContext->streams[m_VideoStream]->codec);
                                                                         ^
In file included from /var/uhubuild/work/compile/ffmpegthumbnailer/moviedecoder.h:25:0,
                 from /var/uhubuild/work/compile/ffmpegthumbnailer/moviedecoder.cpp:17:
/usr/include/libavformat/avformat.h:880:21: note: declared here
     AVCodecContext *codec;
                     ^
/var/uhubuild/work/compile/ffmpegthumbnailer/moviedecoder.cpp:202:73: warning: 'AVStream::codec' is deprecated [-Wdeprecated-declarations]
         avcodec_flush_buffers(m_pFormatContext->streams[m_VideoStream]->codec);
                                                                         ^
In file included from /var/uhubuild/work/compile/ffmpegthumbnailer/moviedecoder.h:25:0,
                 from /var/uhubuild/work/compile/ffmpegthumbnailer/moviedecoder.cpp:17:
/usr/include/libavformat/avformat.h:880:21: note: declared here
     AVCodecContext *codec;
                     ^
/var/uhubuild/work/compile/ffmpegthumbnailer/moviedecoder.cpp:202:73: warning: 'AVStream::codec' is deprecated [-Wdeprecated-declarations]
         avcodec_flush_buffers(m_pFormatContext->streams[m_VideoStream]->codec);
                                                                         ^
In file included from /var/uhubuild/work/compile/ffmpegthumbnailer/moviedecoder.h:25:0,
                 from /var/uhubuild/work/compile/ffmpegthumbnailer/moviedecoder.cpp:17:
/usr/include/libavformat/avformat.h:880:21: note: declared here
     AVCodecContext *codec;
                     ^
/var/uhubuild/work/compile/ffmpegthumbnailer/moviedecoder.cpp: In member function 'bool ffmpegthumbnailer::MovieDecoder::decodeVideoPacket()':
/var/uhubuild/work/compile/ffmpegthumbnailer/moviedecoder.cpp:257:24: warning: 'int avcodec_decode_video2(AVCodecContext*, AVFrame*, int*, const AVPacket*)' is deprecated [-Wdeprecated-declarations]
     int bytesDecoded = avcodec_decode_video2(m_pVideoCodecContext, m_pFrame, &frameFinished, m_pPacket);
                        ^
In file included from /var/uhubuild/work/compile/ffmpegthumbnailer/moviedecoder.h:24:0,
                 from /var/uhubuild/work/compile/ffmpegthumbnailer/moviedecoder.cpp:17:
/usr/include/libavcodec/avcodec.h:4753:5: note: declared here
 int avcodec_decode_video2(AVCodecContext *avctx, AVFrame *picture,
     ^
/var/uhubuild/work/compile/ffmpegthumbnailer/moviedecoder.cpp:257:24: warning: 'int avcodec_decode_video2(AVCodecContext*, AVFrame*, int*, const AVPacket*)' is deprecated [-Wdeprecated-declarations]
     int bytesDecoded = avcodec_decode_video2(m_pVideoCodecContext, m_pFrame, &frameFinished, m_pPacket);
                        ^
In file included from /var/uhubuild/work/compile/ffmpegthumbnailer/moviedecoder.h:24:0,
                 from /var/uhubuild/work/compile/ffmpegthumbnailer/moviedecoder.cpp:17:
/usr/include/libavcodec/avcodec.h:4753:5: note: declared here
 int avcodec_decode_video2(AVCodecContext *avctx, AVFrame *picture,
     ^
/var/uhubuild/work/compile/ffmpegthumbnailer/moviedecoder.cpp:257:103: warning: 'int avcodec_decode_video2(AVCodecContext*, AVFrame*, int*, const AVPacket*)' is deprecated [-Wdeprecated-declarations]
     int bytesDecoded = avcodec_decode_video2(m_pVideoCodecContext, m_pFrame, &frameFinished, m_pPacket);
                                                                                                       ^
In file included from /var/uhubuild/work/compile/ffmpegthumbnailer/moviedecoder.h:24:0,
                 from /var/uhubuild/work/compile/ffmpegthumbnailer/moviedecoder.cpp:17:
/usr/include/libavcodec/avcodec.h:4753:5: note: declared here
 int avcodec_decode_video2(AVCodecContext *avctx, AVFrame *picture,
     ^
/var/uhubuild/work/compile/ffmpegthumbnailer/moviedecoder.cpp: In member function 'bool ffmpegthumbnailer::MovieDecoder::processFilterGraph(AVPicture*, const AVPicture*, AVPixelFormat, int, int)':
/var/uhubuild/work/compile/ffmpegthumbnailer/moviedecoder.cpp:357:38: warning: 'AVPicture::data' is deprecated [-Wdeprecated-declarations]
     memcpy(m_filterFrame->data, src->data, sizeof(src->data));
                                      ^
In file included from /var/uhubuild/work/compile/ffmpegthumbnailer/moviedecoder.h:24:0,
                 from /var/uhubuild/work/compile/ffmpegthumbnailer/moviedecoder.cpp:17:
/usr/include/libavcodec/avcodec.h:3833:39: note: declared here
     uint8_t *data[AV_NUM_DATA_POINTERS];    ///< pointers to the image data planes
                                       ^
/var/uhubuild/work/compile/ffmpegthumbnailer/moviedecoder.cpp:357:38: warning: 'AVPicture::data' is deprecated [-Wdeprecated-declarations]
     memcpy(m_filterFrame->data, src->data, sizeof(src->data));
                                      ^
In file included from /var/uhubuild/work/compile/ffmpegthumbnailer/moviedecoder.h:24:0,
                 from /var/uhubuild/work/compile/ffmpegthumbnailer/moviedecoder.cpp:17:
/usr/include/libavcodec/avcodec.h:3833:39: note: declared here
     uint8_t *data[AV_NUM_DATA_POINTERS];    ///< pointers to the image data planes
                                       ^
/var/uhubuild/work/compile/ffmpegthumbnailer/moviedecoder.cpp:357:38: warning: 'AVPicture::data' is deprecated [-Wdeprecated-declarations]
     memcpy(m_filterFrame->data, src->data, sizeof(src->data));
                                      ^
In file included from /var/uhubuild/work/compile/ffmpegthumbnailer/moviedecoder.h:24:0,
                 from /var/uhubuild/work/compile/ffmpegthumbnailer/moviedecoder.cpp:17:
/usr/include/libavcodec/avcodec.h:3833:39: note: declared here
     uint8_t *data[AV_NUM_DATA_POINTERS];    ///< pointers to the image data planes
                                       ^
/var/uhubuild/work/compile/ffmpegthumbnailer/moviedecoder.cpp:357:56: warning: 'AVPicture::data' is deprecated [-Wdeprecated-declarations]
     memcpy(m_filterFrame->data, src->data, sizeof(src->data));
                                                        ^
In file included from /var/uhubuild/work/compile/ffmpegthumbnailer/moviedecoder.h:24:0,
                 from /var/uhubuild/work/compile/ffmpegthumbnailer/moviedecoder.cpp:17:
/usr/include/libavcodec/avcodec.h:3833:39: note: declared here
     uint8_t *data[AV_NUM_DATA_POINTERS];    ///< pointers to the image data planes
                                       ^
/var/uhubuild/work/compile/ffmpegthumbnailer/moviedecoder.cpp:357:56: warning: 'AVPicture::data' is deprecated [-Wdeprecated-declarations]
     memcpy(m_filterFrame->data, src->data, sizeof(src->data));
                                                        ^
In file included from /var/uhubuild/work/compile/ffmpegthumbnailer/moviedecoder.h:24:0,
                 from /var/uhubuild/work/compile/ffmpegthumbnailer/moviedecoder.cpp:17:
/usr/include/libavcodec/avcodec.h:3833:39: note: declared here
     uint8_t *data[AV_NUM_DATA_POINTERS];    ///< pointers to the image data planes
                                       ^
/var/uhubuild/work/compile/ffmpegthumbnailer/moviedecoder.cpp:357:56: warning: 'AVPicture::data' is deprecated [-Wdeprecated-declarations]
     memcpy(m_filterFrame->data, src->data, sizeof(src->data));
                                                        ^
In file included from /var/uhubuild/work/compile/ffmpegthumbnailer/moviedecoder.h:24:0,
                 from /var/uhubuild/work/compile/ffmpegthumbnailer/moviedecoder.cpp:17:
/usr/include/libavcodec/avcodec.h:3833:39: note: declared here
     uint8_t *data[AV_NUM_DATA_POINTERS];    ///< pointers to the image data planes
                                       ^
/var/uhubuild/work/compile/ffmpegthumbnailer/moviedecoder.cpp:358:42: warning: 'AVPicture::linesize' is deprecated [-Wdeprecated-declarations]
     memcpy(m_filterFrame->linesize, src->linesize, sizeof(src->linesize));
                                          ^
In file included from /var/uhubuild/work/compile/ffmpegthumbnailer/moviedecoder.h:24:0,
                 from /var/uhubuild/work/compile/ffmpegthumbnailer/moviedecoder.cpp:17:
/usr/include/libavcodec/avcodec.h:3835:38: note: declared here
     int linesize[AV_NUM_DATA_POINTERS];     ///< number of bytes per line
                                      ^
/var/uhubuild/work/compile/ffmpegthumbnailer/moviedecoder.cpp:358:42: warning: 'AVPicture::linesize' is deprecated [-Wdeprecated-declarations]
     memcpy(m_filterFrame->linesize, src->linesize, sizeof(src->linesize));
                                          ^
In file included from /var/uhubuild/work/compile/ffmpegthumbnailer/moviedecoder.h:24:0,
                 from /var/uhubuild/work/compile/ffmpegthumbnailer/moviedecoder.cpp:17:
/usr/include/libavcodec/avcodec.h:3835:38: note: declared here
     int linesize[AV_NUM_DATA_POINTERS];     ///< number of bytes per line
                                      ^
/var/uhubuild/work/compile/ffmpegthumbnailer/moviedecoder.cpp:358:42: warning: 'AVPicture::linesize' is deprecated [-Wdeprecated-declarations]
     memcpy(m_filterFrame->linesize, src->linesize, sizeof(src->linesize));
                                          ^
In file included from /var/uhubuild/work/compile/ffmpegthumbnailer/moviedecoder.h:24:0,
                 from /var/uhubuild/work/compile/ffmpegthumbnailer/moviedecoder.cpp:17:
/usr/include/libavcodec/avcodec.h:3835:38: note: declared here
     int linesize[AV_NUM_DATA_POINTERS];     ///< number of bytes per line
                                      ^
/var/uhubuild/work/compile/ffmpegthumbnailer/moviedecoder.cpp:358:64: warning: 'AVPicture::linesize' is deprecated [-Wdeprecated-declarations]
     memcpy(m_filterFrame->linesize, src->linesize, sizeof(src->linesize));
                                                                ^
In file included from /var/uhubuild/work/compile/ffmpegthumbnailer/moviedecoder.h:24:0,
                 from /var/uhubuild/work/compile/ffmpegthumbnailer/moviedecoder.cpp:17:
/usr/include/libavcodec/avcodec.h:3835:38: note: declared here
     int linesize[AV_NUM_DATA_POINTERS];     ///< number of bytes per line
                                      ^
/var/uhubuild/work/compile/ffmpegthumbnailer/moviedecoder.cpp:358:64: warning: 'AVPicture::linesize' is deprecated [-Wdeprecated-declarations]
     memcpy(m_filterFrame->linesize, src->linesize, sizeof(src->linesize));
                                                                ^
In file included from /var/uhubuild/work/compile/ffmpegthumbnailer/moviedecoder.h:24:0,
                 from /var/uhubuild/work/compile/ffmpegthumbnailer/moviedecoder.cpp:17:
/usr/include/libavcodec/avcodec.h:3835:38: note: declared here
     int linesize[AV_NUM_DATA_POINTERS];     ///< number of bytes per line
                                      ^
/var/uhubuild/work/compile/ffmpegthumbnailer/moviedecoder.cpp:358:64: warning: 'AVPicture::linesize' is deprecated [-Wdeprecated-declarations]
     memcpy(m_filterFrame->linesize, src->linesize, sizeof(src->linesize));
                                                                ^
In file included from /var/uhubuild/work/compile/ffmpegthumbnailer/moviedecoder.h:24:0,
                 from /var/uhubuild/work/compile/ffmpegthumbnailer/moviedecoder.cpp:17:
/usr/include/libavcodec/avcodec.h:3835:38: note: declared here
     int linesize[AV_NUM_DATA_POINTERS];     ///< number of bytes per line
                                      ^
/var/uhubuild/work/compile/ffmpegthumbnailer/moviedecoder.cpp:373:5: warning: 'void av_picture_copy(AVPicture*, const AVPicture*, AVPixelFormat, int, int)' is deprecated [-Wdeprecated-declarations]
     av_picture_copy(dst, (const AVPicture *) m_filterFrame, pixfmt, width, height);
     ^
In file included from /var/uhubuild/work/compile/ffmpegthumbnailer/moviedecoder.h:24:0,
                 from /var/uhubuild/work/compile/ffmpegthumbnailer/moviedecoder.cpp:17:
/usr/include/libavcodec/avcodec.h:5412:6: note: declared here
 void av_picture_copy(AVPicture *dst, const AVPicture *src,
      ^
/var/uhubuild/work/compile/ffmpegthumbnailer/moviedecoder.cpp:373:5: warning: 'void av_picture_copy(AVPicture*, const AVPicture*, AVPixelFormat, int, int)' is deprecated [-Wdeprecated-declarations]
     av_picture_copy(dst, (const AVPicture *) m_filterFrame, pixfmt, width, height);
     ^
In file included from /var/uhubuild/work/compile/ffmpegthumbnailer/moviedecoder.h:24:0,
                 from /var/uhubuild/work/compile/ffmpegthumbnailer/moviedecoder.cpp:17:
/usr/include/libavcodec/avcodec.h:5412:6: note: declared here
 void av_picture_copy(AVPicture *dst, const AVPicture *src,
      ^
/var/uhubuild/work/compile/ffmpegthumbnailer/moviedecoder.cpp:373:82: warning: 'void av_picture_copy(AVPicture*, const AVPicture*, AVPixelFormat, int, int)' is deprecated [-Wdeprecated-declarations]
     av_picture_copy(dst, (const AVPicture *) m_filterFrame, pixfmt, width, height);
                                                                                  ^
In file included from /var/uhubuild/work/compile/ffmpegthumbnailer/moviedecoder.h:24:0,
                 from /var/uhubuild/work/compile/ffmpegthumbnailer/moviedecoder.cpp:17:
/usr/include/libavcodec/avcodec.h:5412:6: note: declared here
 void av_picture_copy(AVPicture *dst, const AVPicture *src,
      ^
/var/uhubuild/work/compile/ffmpegthumbnailer/moviedecoder.cpp: In member function 'void ffmpegthumbnailer::MovieDecoder::createAVFrame(AVFrame**, quint8**, int, int, AVPixelFormat)':
/var/uhubuild/work/compile/ffmpegthumbnailer/moviedecoder.cpp:455:20: warning: 'int avpicture_get_size(AVPixelFormat, int, int)' is deprecated [-Wdeprecated-declarations]
     int numBytes = avpicture_get_size(format, width, height);
                    ^
In file included from /var/uhubuild/work/compile/ffmpegthumbnailer/moviedecoder.h:24:0,
                 from /var/uhubuild/work/compile/ffmpegthumbnailer/moviedecoder.cpp:17:
/usr/include/libavcodec/avcodec.h:5406:5: note: declared here
 int avpicture_get_size(enum AVPixelFormat pix_fmt, int width, int height);
     ^
/var/uhubuild/work/compile/ffmpegthumbnailer/moviedecoder.cpp:455:20: warning: 'int avpicture_get_size(AVPixelFormat, int, int)' is deprecated [-Wdeprecated-declarations]
     int numBytes = avpicture_get_size(format, width, height);
                    ^
In file included from /var/uhubuild/work/compile/ffmpegthumbnailer/moviedecoder.h:24:0,
                 from /var/uhubuild/work/compile/ffmpegthumbnailer/moviedecoder.cpp:17:
/usr/include/libavcodec/avcodec.h:5406:5: note: declared here
 int avpicture_get_size(enum AVPixelFormat pix_fmt, int width, int height);
     ^
/var/uhubuild/work/compile/ffmpegthumbnailer/moviedecoder.cpp:455:60: warning: 'int avpicture_get_size(AVPixelFormat, int, int)' is deprecated [-Wdeprecated-declarations]
     int numBytes = avpicture_get_size(format, width, height);
                                                            ^
In file included from /var/uhubuild/work/compile/ffmpegthumbnailer/moviedecoder.h:24:0,
                 from /var/uhubuild/work/compile/ffmpegthumbnailer/moviedecoder.cpp:17:
/usr/include/libavcodec/avcodec.h:5406:5: note: declared here
 int avpicture_get_size(enum AVPixelFormat pix_fmt, int width, int height);
     ^
/var/uhubuild/work/compile/ffmpegthumbnailer/moviedecoder.cpp:457:5: warning: 'int avpicture_fill(AVPicture*, const uint8_t*, AVPixelFormat, int, int)' is deprecated [-Wdeprecated-declarations]
     avpicture_fill((AVPicture*) *avFrame, *frameBuffer, format, width, height);
     ^
In file included from /var/uhubuild/work/compile/ffmpegthumbnailer/moviedecoder.h:24:0,
                 from /var/uhubuild/work/compile/ffmpegthumbnailer/moviedecoder.cpp:17:
/usr/include/libavcodec/avcodec.h:5391:5: note: declared here
 int avpicture_fill(AVPicture *picture, const uint8_t *ptr,
     ^
/var/uhubuild/work/compile/ffmpegthumbnailer/moviedecoder.cpp:457:5: warning: 'int avpicture_fill(AVPicture*, const uint8_t*, AVPixelFormat, int, int)' is deprecated [-Wdeprecated-declarations]
     avpicture_fill((AVPicture*) *avFrame, *frameBuffer, format, width, height);
     ^
In file included from /var/uhubuild/work/compile/ffmpegthumbnailer/moviedecoder.h:24:0,
                 from /var/uhubuild/work/compile/ffmpegthumbnailer/moviedecoder.cpp:17:
/usr/include/libavcodec/avcodec.h:5391:5: note: declared here
 int avpicture_fill(AVPicture *picture, const uint8_t *ptr,
     ^
/var/uhubuild/work/compile/ffmpegthumbnailer/moviedecoder.cpp:457:78: warning: 'int avpicture_fill(AVPicture*, const uint8_t*, AVPixelFormat, int, int)' is deprecated [-Wdeprecated-declarations]
     avpicture_fill((AVPicture*) *avFrame, *frameBuffer, format, width, height);
                                                                              ^
In file included from /var/uhubuild/work/compile/ffmpegthumbnailer/moviedecoder.h:24:0,
                 from /var/uhubuild/work/compile/ffmpegthumbnailer/moviedecoder.cpp:17:
/usr/include/libavcodec/avcodec.h:5391:5: note: declared here
 int avpicture_fill(AVPicture *picture, const uint8_t *ptr,
     ^
[ 75%] Building CXX object CMakeFiles/ffmpegthumbs.dir/ffmpegthumbnailer/videothumbnailer.cpp.o
[ 87%] Building CXX object CMakeFiles/ffmpegthumbs.dir/ffmpegthumbs_automoc.cpp.o
[100%] Linking CXX shared module ffmpegthumbs.so
[100%] Built target ffmpegthumbs
Comment 1 Justin Zobel 2022-10-26 03:07:18 UTC
Thank you for reporting this bug in KDE software. As it has been a while since this issue was reported, can we please ask you to see if you can reproduce the issue with a recent software version?

If you can reproduce the issue, please change the status to "REPORTED" when replying. Thank you!
Comment 2 Bug Janitor Service 2022-11-10 05:12:54 UTC
Dear Bug Submitter,

This bug has been in NEEDSINFO status with no change for at least
15 days. Please provide the requested information as soon as
possible and set the bug status as REPORTED. Due to regular bug
tracker maintenance, if the bug is still in NEEDSINFO status with
no change in 30 days the bug will be closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

If you have already provided the requested information, please
mark the bug as REPORTED so that the KDE team knows that the bug is
ready to be confirmed.

Thank you for helping us make KDE software even better for everyone!
Comment 3 Bug Janitor Service 2022-11-25 05:23:06 UTC
This bug has been in NEEDSINFO status with no change for at least
30 days. The bug is now closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

Thank you for helping us make KDE software even better for everyone!