JyotsnaT / xuggle

Automatically exported from code.google.com/p/xuggle
0 stars 0 forks source link

Add ability to tell Xuggler not to parse packets #126

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
On Sun, May 24, 2009 at 10:22 AM, pshmo <pshmo3@yahoo.com> wrote:
    In FFMPEG I use the following for certain streams, and am wondering
    how to do the equivlent operation in Xuggler:

    pFormatCtx->streams[audioStream]->need_parsing = AVSTREAM_PARSE_NONE;

    i.e. for some streams I do not want any codec used, I just want the
    raw data.

Original issue reported on code.google.com by art.cla...@gmail.com on 24 May 2009 at 6:03

GoogleCodeExporter commented 9 years ago
And implemented in r560.

See IStream.setParseType(ParseType) and IStream.getParseType()

Will ship with 2.1.

Original comment by art.cla...@gmail.com on 24 May 2009 at 6:32