On Wed, Jun 5, 2013 at 6:28 PM, Arvind Raman <[email protected]> wrote:
> Question:
> Is it possible to configure libavformat to demux data directly into user
> provided buffers (allocated in the application) rather than into the packet
> buffers that get allocated within calls to the libavformat function.
>

No, thats not possible.
Demuxed data is generally so small (in comparison to decoded data),
that it was deemed too high complexity, and never implemented.
_______________________________________________
Libav-user mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/libav-user

Reply via email to