Commit 6bf6b9c2 authored by Michael Niedermayer's avatar Michael Niedermayer

Merge commit '252c0bfd'

* commit '252c0bfd':
  lavc: Fix msvc compilation of utils.c with -WX (warnings treated as errors)
Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents bc1c90ea 252c0bfd
......@@ -888,6 +888,7 @@ void avcodec_default_release_buffer(AVCodecContext *s, AVFrame *pic)
int avcodec_default_reget_buffer(AVCodecContext *s, AVFrame *pic)
{
av_assert0(0);
return AVERROR_BUG;
}
#endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment