Skip to content
Snippets Groups Projects
Commit 079688b6 authored by Andrey Utkin's avatar Andrey Utkin Committed by Ronald S. Bultje
Browse files

Disable annoying warning without changing behavior

parent 8b1a2686
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment