[SCM] libav/experimental: mpegenccontext: Remove unused opaque pointer

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Aug 10 16:04:01 UTC 2014


The following commit has been merged in the experimental branch:
commit 436ced244fadcde2c0b925627920e84b25482542
Author: Nidhi Makhijani <nidhimj22 at gmail.com>
Date:   Thu Jul 24 20:22:43 2014 +0530

    mpegenccontext: Remove unused opaque pointer
    
    Signed-off-by: Diego Biurrun <diego at biurrun.de>

diff --git a/libavcodec/mpegvideo.h b/libavcodec/mpegvideo.h
index 5ddb4f3..ec1577a 100644
--- a/libavcodec/mpegvideo.h
+++ b/libavcodec/mpegvideo.h
@@ -457,8 +457,6 @@ typedef struct MpegEncContext {
     int dct_count[2];
     uint16_t (*dct_offset)[64];
 
-    void *opaque;              ///< private data for the user
-
     /* bit rate control */
     int64_t total_bits;
     int frame_bits;                ///< bits used for the current frame

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list