OSDN Git Service

lavc: call av_frame_unref() instead of avcodec_get_frame_defaults().
authorAnton Khirnov <anton@khirnov.net>
Mon, 9 Dec 2013 10:48:25 +0000 (11:48 +0100)
committerAnton Khirnov <anton@khirnov.net>
Wed, 11 Dec 2013 19:39:55 +0000 (20:39 +0100)
commit95a8a5aca60ce37d3abdf121a0285c2e317cf521
tree14a3b89e4bd9b41a63c81b31a07ce4d982d21dcf
parent674fa49110a661694188a958be13d529b7c8c5dd
lavc: call av_frame_unref() instead of avcodec_get_frame_defaults().

avcodec_get_frame_defaults() will be deprecated.
libavcodec/utils.c