You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
Disable annoying warning without changing behavior
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
This commit is contained in:
committed by
Ronald S. Bultje
parent
8b1a26864c
commit
079688b6cb
@@ -164,6 +164,7 @@ static inline void avfilter_copy_buffer_ref_props(AVFilterBufferRef *dst, AVFilt
|
|||||||
switch (src->type) {
|
switch (src->type) {
|
||||||
case AVMEDIA_TYPE_VIDEO: *dst->video = *src->video; break;
|
case AVMEDIA_TYPE_VIDEO: *dst->video = *src->video; break;
|
||||||
case AVMEDIA_TYPE_AUDIO: *dst->audio = *src->audio; break;
|
case AVMEDIA_TYPE_AUDIO: *dst->audio = *src->audio; break;
|
||||||
|
default: break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user