[SCM] libav/experimental: change extradata type to uint8_t *

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 15:51:46 UTC 2013


The following commit has been merged in the experimental branch:
commit 58f2a4b07ffde8b236457229657bbd6733849d87
Author: Baptiste Coudurier <baptiste.coudurier at gmail.com>
Date:   Wed Oct 4 13:13:07 2006 +0000

    change extradata type to uint8_t *
    
    Originally committed as revision 6551 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index a3e80ca..ad7c776 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -741,7 +741,7 @@ typedef struct AVCodecContext {
      * - encoding: set/allocated/freed by lavc.
      * - decoding: set/allocated/freed by user.
      */
-    void *extradata;
+    uint8_t *extradata;
     int extradata_size;
 
     /**

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list