OSDN Git Service

lavc/utils: Make pix_fmt desc pointer const.
authorCarl Eugen Hoyos <cehoyos@ag.or.at>
Wed, 29 Oct 2014 23:27:04 +0000 (00:27 +0100)
committerCarl Eugen Hoyos <cehoyos@ag.or.at>
Wed, 29 Oct 2014 23:27:04 +0000 (00:27 +0100)
commitf05855414ed4cce97c06ba2a31f4987af47e6d4e
treee2c55892b99a4a188321b6338602e14147898aa9
parent23ec8db8a07467a1fbef0c79f16b33040ca63c24
lavc/utils: Make pix_fmt desc pointer const.

Fixes an "initialization discards qualifiers from pointer target type" warning.
libavcodec/utils.c