JyotsnaT / xuggle

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

Expose extra_data field in AVCodecContext in IStreamCodec #196

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
This can be useful to read the global-header info especially for 
containers like FFMpeg where global-header is mandatory.

Original issue reported on code.google.com by siva.ki...@gmail.com on 25 Aug 2009 at 6:21

GoogleCodeExporter commented 9 years ago
I mean containers like FLV.

Original comment by siva.ki...@gmail.com on 25 Aug 2009 at 6:23

GoogleCodeExporter commented 9 years ago
Implemented in r896, and will be in 3.3.

To use now, download the latest tree and build.  To generate Javadoc run:
  ant java-doc

See:
  IStreamCoder#getExtraData()
  IStreamCoder#getExtraDataSize()
  IStreamCoder#getExtraData(IBuffer, int, int)
  IStreamCoder#setExtraData(IBuffer, int, int, boolean)

Original comment by art.cla...@gmail.com on 26 Aug 2009 at 10:37

GoogleCodeExporter commented 9 years ago
Awesome!  Thanks, man!

Original comment by dave.feltenberger on 27 Aug 2009 at 1:22

GoogleCodeExporter commented 9 years ago
Thanks Art!

Original comment by bin...@gmail.com on 27 Aug 2009 at 1:36