ffmpeg | branch: master | Nidhi Makhijani <[email protected]> | Thu Jul 24 20:40:43 2014 +0530| [436ced244fadcde2c0b925627920e84b25482542] | committer: Diego Biurrun
mpegenccontext: Remove unused opaque pointer Signed-off-by: Diego Biurrun <[email protected]> > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=436ced244fadcde2c0b925627920e84b25482542 --- libavcodec/mpegvideo.h | 2 -- 1 file changed, 2 deletions(-) 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 _______________________________________________ ffmpeg-cvslog mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog
