OSDN Git Service

avconv: do not call avcodec_get_frame_defaults()
authorAnton Khirnov <anton@khirnov.net>
Tue, 3 Dec 2013 11:00:32 +0000 (12:00 +0100)
committerAnton Khirnov <anton@khirnov.net>
Wed, 11 Dec 2013 19:39:54 +0000 (20:39 +0100)
commit674fa49110a661694188a958be13d529b7c8c5dd
tree407fb85966911af0d8f7bc2fb4acadc4c6dae33a
parent943135621830ac3857d3cf766cfc280a95bb3c13
avconv: do not call avcodec_get_frame_defaults()

Strictly speaking it is not correct to call it on refcounted frames, in
any case it is unnecessary, since filtered_frame is always unreferenced
after poll_filter() returns.
avconv.c