OSDN Git Service

lavc: replace avcodec_set_dimensions with ff_set_dimensions
authorAnton Khirnov <anton@khirnov.net>
Sun, 27 Oct 2013 08:24:22 +0000 (09:24 +0100)
committerAnton Khirnov <anton@khirnov.net>
Thu, 31 Oct 2013 19:14:14 +0000 (20:14 +0100)
commit7644f5a80787c9b608b82873604805d7e38a6a18
tree13ab56556d67d4e4fce64ffa19c6f1e45cf2fed3
parent28096e0a806e57376541e6222d315619906e3c55
lavc: replace avcodec_set_dimensions with ff_set_dimensions

avcodec_set_dimensions() is supposed to be an internal utility function,
there is no reason whatsoever for it to be public. Therefore deprecate
it.
libavcodec/avcodec.h
libavcodec/internal.h
libavcodec/utils.c
libavcodec/version.h