On 08/01/12 14:15, Måns Rullgård wrote:
Andrey Utkin<[email protected]> writes:--- libavfilter/avfilter.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/libavfilter/avfilter.h b/libavfilter/avfilter.h index 70efc5c..cffcfca 100644 --- a/libavfilter/avfilter.h +++ b/libavfilter/avfilter.h @@ -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;
add an av_log to make the change useful, in case somebody feeds subtitles... lu -- Luca Barbato Gentoo/linux http://dev.gentoo.org/~lu_zero _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
