changeset 2929:a97159871cdb libavcodec

extradata endianness comment
author michael
date Fri, 04 Nov 2005 23:24:24 +0000
parents 16d67170715c
children f9320ccf9f09
files avcodec.h
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/avcodec.h	Thu Nov 03 23:26:51 2005 +0000
+++ b/avcodec.h	Fri Nov 04 23:24:24 2005 +0000
@@ -738,6 +738,7 @@
      * mpeg4: global headers (they can be in the bitstream or here)
      * the allocated memory should be FF_INPUT_BUFFER_PADDING_SIZE bytes larger
      * then extradata_size to avoid prolems if its read with the bitstream reader
+     * the bytewise contents of extradata must not depend on the architecture or cpu endianness
      * - encoding: set/allocated/freed by lavc.
      * - decoding: set/allocated/freed by user.
      */