Browse Source

libavfilter: add a default to silence a warning.

tags/n0.9
Nicolas George 14 years ago
parent
commit
e6d88f63a8
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      libavfilter/avfilter.h

+ 1
- 0
libavfilter/avfilter.h View File

@@ -162,6 +162,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