Guest User

Untitled

a guest
Aug 29th, 2017
71
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. diff --git a/libavformat/flvdec.c b/libavformat/flvdec.c
  2. index 94c9e28334..2e70352c53 100644
  3. --- a/libavformat/flvdec.c
  4. +++ b/libavformat/flvdec.c
  5. @@ -754,6 +754,7 @@ static int flv_get_extradata(AVFormatContext *s, AVStream *st, int size)
  6. av_freep(&st->codecpar->extradata);
  7. if (ff_get_extradata(s, st->codecpar, s->pb, size) < 0)
  8. return AVERROR(ENOMEM);
  9. + st->internal->need_context_update = 1;
  10. return 0;
  11. }
  12.  
  13. --
RAW Paste Data

Adblocker detected! Please consider disabling it...

We've detected AdBlock Plus or some other adblocking software preventing Pastebin.com from fully loading.

We don't have any obnoxious sound, or popup ads, we actively block these annoying types of ads!

Please add Pastebin.com to your ad blocker whitelist or disable your adblocking software.

×