提交 079688b6 编写于 作者: A Andrey Utkin 提交者: Ronald S. Bultje

Disable annoying warning without changing behavior

Signed-off-by: NRonald S. Bultje <rsbultje@gmail.com>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册