[FFmpeg-devel] [PATCHv2 2/5] vorbis: handle special packets in the middle of a stream

Ben Boeckel mathstuf at gmail.com
Sun Oct 27 17:22:19 CET 2013


[Seems gmane ate some messages from yesterday; sorry if this is a dupe.]

On Sat, 26 Oct, 2013 at 12:00:36 GMT, wm4 wrote:
> Looks ok, at least it doesn't change current behavior.
>
> If you want to be pedantic, you could criticize that setting flags to
> NULL instead of a dummy changes behavior, and
> that avpriv_vorbis_parse_frame() relies on this.

The idea is that saying NULL there means that you want the special
packets to be called invalid because you don't handle them. Passing
something in implies that you are looking for some kind of special
packet. I'll add docs for this to the function.

--Ben



More information about the ffmpeg-devel mailing list