Commit 079688b6 authored by Andrey Utkin's avatar Andrey Utkin Committed by Ronald S. Bultje

Disable annoying warning without changing behavior

Signed-off-by: 's avatarRonald S. Bultje <rsbultje@gmail.com>
parent 8b1a2686
......@@ -164,6 +164,7 @@ static inline void avfilter_copy_buffer_ref_props(AVFilterBufferRef *dst, AVFilt
switch (src->type) {
case AVMEDIA_TYPE_VIDEO: *dst->video = *src->video; break;
case AVMEDIA_TYPE_AUDIO: *dst->audio = *src->audio; break;
default: break;
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment