OSDN Git Service

lavf: remove an unneeded call to avcodec_get_frame_defaults().
authorAnton Khirnov <anton@khirnov.net>
Mon, 9 Dec 2013 10:55:57 +0000 (11:55 +0100)
committerAnton Khirnov <anton@khirnov.net>
Wed, 11 Dec 2013 19:39:55 +0000 (20:39 +0100)
commit281a40e18f923510f2067d05c5b0cf08cc49dfee
treeca1757ad4b6cc1a9698f42c1fac7cee2458d5675
parent2d1f4288dd02a624cb8b86ab06371d6434c9da69
lavf: remove an unneeded call to avcodec_get_frame_defaults().

avcodec_decode_*() resets the frame itself.
libavformat/utils.c