Advertisement
Guest User

Untitled

a guest
Aug 29th, 2017
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  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. --
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement