You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ffmpeg.c: In function‘ffmpeg_put_image’:
ffmpeg.c:1498:17: warning: ‘key_frame’ is deprecated [-Wdeprecated-declarations]
1498 | ffmpeg->picture->key_frame = 1;| ^~~~~~
In file included from /usr/include/x86_64-linux-gnu/libavformat/avformat.h:327,
from motion.h:90,
from ffmpeg.c:37:
/usr/include/x86_64-linux-gnu/libavutil/frame.h:440:9: note: declared here
440 | int key_frame;| ^~~~~~~~~
ffmpeg.c:1502:17: warning: ‘key_frame’ is deprecated [-Wdeprecated-declarations]
1502 | ffmpeg->picture->key_frame = 0;| ^~~~~~
/usr/include/x86_64-linux-gnu/libavutil/frame.h:440:9: note: declared here
440 | int key_frame;| ^~~~~~~~~
The text was updated successfully, but these errors were encountered:
Did you read the guide?
Yes
What is the base version number of Motion being used?
4.7.x
What was the install method?
Built from source code
What is base architecture?
x86
What is the distro being used?
Ubuntu
Disto version number
24.10
Camera type(s) being used?
Network camera with RTSP
Describe the issue/problem and steps to reproduce
deprecation warning could befixed with
ffmpeg_key_frame.PATCH
Motion log output at log_level 8
The text was updated successfully, but these errors were encountered: