Browse Source

Disable annoying warning without changing behavior

Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
tags/n0.10
Andrey Utkin Ronald S. Bultje 14 years ago
parent
commit
079688b6cb
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      libavfilter/avfilter.h

+ 1
- 0
libavfilter/avfilter.h View File

@@ -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;
}
}



Loading…
Cancel
Save