libavfilter: add a default to silence a warning.

pull/2/head
Nicolas George 14 years ago
parent 5d4fd1d1ad
commit e6d88f63a8
  1. 1
      libavfilter/avfilter.h

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