OSDN Git Service

avcodec: add AVCodecContext.sw_pix_fmt
authorRémi Denis-Courmont <remi@remlab.net>
Fri, 19 Dec 2014 17:15:07 +0000 (19:15 +0200)
committerAnton Khirnov <anton@khirnov.net>
Thu, 25 Dec 2014 19:47:49 +0000 (20:47 +0100)
commit57b6704ecd0f56d6a3092e448687cfd837bb0ac1
treec4359d6b659f48d9352ab996d59c612928f98133
parent4cfbeef31d4e6096c0596359d212f5d99a7ba4b5
avcodec: add AVCodecContext.sw_pix_fmt

This carries the pixel format that would be used if it were not for
hardware acceleration. This is equal to AVCodecContext.pix_fmt if
hardware acceleration is not in use.

Signed-off-by: Anton Khirnov <anton@khirnov.net>
doc/APIchanges
libavcodec/avcodec.h
libavcodec/utils.c
libavcodec/version.h