Merge commit '57b6704ecd0f56d6a3092e448687cfd837bb0ac1'
* commit '57b6704ecd0f56d6a3092e448687cfd837bb0ac1': avcodec: add AVCodecContext.sw_pix_fmt Conflicts: doc/APIchanges libavcodec/avcodec.h libavcodec/version.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
@@ -3004,6 +3004,13 @@ typedef struct AVCodecContext {
|
||||
*/
|
||||
AVRational framerate;
|
||||
|
||||
/**
|
||||
* Nominal unaccelerated pixel format, see AV_PIX_FMT_xxx.
|
||||
* - encoding: unused.
|
||||
* - decoding: Set by libavcodec before calling get_format()
|
||||
*/
|
||||
enum AVPixelFormat sw_pix_fmt;
|
||||
|
||||
/**
|
||||
* Timebase in which pkt_dts/pts and AVPacket.dts/pts are.
|
||||
* Code outside libavcodec should access this field using:
|
||||
|
Reference in New Issue
Block a user