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

Adi Shavit adishavit at gmail.com
Tue Jul 30 16:31:26 CEST 2013


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.

On Tue, Jul 30, 2013 at 5:15 PM, Alex Cohn <alexcohn at netvision.net.il> wrote:
> On Tue, Jul 30, 2013 at 2:16 PM, Adi Shavit <adishavit at gmail.com> wrote:
>> How do I detect an IDR (or non-IDR frame)?
>> Can I freely discard non-IDR frames without decoding them?
>
> Look for AV_PKT_FLAG_KEY in packet->flags
>
> Alex
> _______________________________________________
> Libav-user mailing list
> Libav-user at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/libav-user


More information about the Libav-user mailing list