OSDN Git Service

avcodec/options_table: remove extradata_size from the AVOptions table
authorMichael Niedermayer <michaelni@gmx.at>
Mon, 9 Mar 2015 02:42:00 +0000 (03:42 +0100)
committerMichael Niedermayer <michaelni@gmx.at>
Wed, 22 Apr 2015 10:27:23 +0000 (12:27 +0200)
commitfa5ec2c354afce694a8f69687ffd72db21069ba1
tree68f49674fedce91d7de7c00fa4b8710636201046
parent907d7d972ada4eb4da59fd2db97442d2f865f270
avcodec/options_table: remove extradata_size from the AVOptions table

allowing access to the size but not the extradata itself is not useful
and could lead to potential problems if writing happens through this field

Reviewed-by: Andreas Cadhalpun <andreas.cadhalpun@googlemail.com>
Reviewed-by: Lukasz Marek <lukasz.m.luki2@gmail.com>
Reviewed-by: Nicolas George <george@nsup.org>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
(cherry picked from commit 1f4088b28540080ce1d42345c5614be3e1a6a197)

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavcodec/options_table.h