[Libav-user] "Circular buffer overrun" error when reading UDP stream

Alex Cohn alexcohn at netvision.net.il
Tue Jul 30 16:39:49 CEST 2013


On Tue, Jul 30, 2013 at 5:31 PM, Adi Shavit <adishavit at gmail.com> wrote:
> Great!
> If I want to drop a particular frame, and (0 == AV_PKT_FLAG_KEY &
> packet->flags) then I can just skip the whole packet and no even
> decode it.Cool.

Wrong. If you drop a frame, then you must drop all frames after it
until you have (0 != AV_PKT_FLAG_KEY & packet->flags).

Alex


More information about the Libav-user mailing list