Mercurial > libavcodec.hg
comparison avcodec.h @ 2929:a97159871cdb libavcodec
extradata endianness comment
| author | michael |
|---|---|
| date | Fri, 04 Nov 2005 23:24:24 +0000 |
| parents | 4069d212f6b9 |
| children | ac94d509884e |
comparison
equal
deleted
inserted
replaced
| 2928:16d67170715c | 2929:a97159871cdb |
|---|---|
| 736 * mjpeg: huffman tables | 736 * mjpeg: huffman tables |
| 737 * rv10: additional flags | 737 * rv10: additional flags |
| 738 * mpeg4: global headers (they can be in the bitstream or here) | 738 * mpeg4: global headers (they can be in the bitstream or here) |
| 739 * the allocated memory should be FF_INPUT_BUFFER_PADDING_SIZE bytes larger | 739 * the allocated memory should be FF_INPUT_BUFFER_PADDING_SIZE bytes larger |
| 740 * then extradata_size to avoid prolems if its read with the bitstream reader | 740 * then extradata_size to avoid prolems if its read with the bitstream reader |
| 741 * the bytewise contents of extradata must not depend on the architecture or cpu endianness | |
| 741 * - encoding: set/allocated/freed by lavc. | 742 * - encoding: set/allocated/freed by lavc. |
| 742 * - decoding: set/allocated/freed by user. | 743 * - decoding: set/allocated/freed by user. |
| 743 */ | 744 */ |
| 744 void *extradata; | 745 void *extradata; |
| 745 int extradata_size; | 746 int extradata_size; |
