On Tue, 8 Jan 2013, Martin Storsjö wrote:

If the sequence_dirty flag is set, we have lost some frame (so
we should request a new keyframe), but not necessarily fatal
enough to abort all decoding until the next keyframe.

---
Squashed the two patches since they relate to the same, made sure
no "need keyframe" packets are sent until we actually have received
any data. Initialized sequence_ok to 1, so that we get warnings in
the log if the stream starts with anything else than a keyframe.
---
libavformat/rtpdec_vp8.c |   21 ++++++++++++++++++++-
1 file changed, 20 insertions(+), 1 deletion(-)

Ok'd by Luca on irc, with the additional request to add a comment to clarify the difference between the dirty and ok flags, which I'll do before pushing.

// Martin
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to