]> git.sesse.net Git - ffmpeg/commit
lavc: rename the argument of avcodec_alloc_frame/get_frame_defaults
authorAnton Khirnov <anton@khirnov.net>
Fri, 21 Sep 2012 06:28:49 +0000 (08:28 +0200)
committerAnton Khirnov <anton@khirnov.net>
Mon, 24 Sep 2012 10:31:24 +0000 (12:31 +0200)
commita83499b13b5bbe7289f33b757313efe83b7698fb
tree048d359a34ed887bbbf2434f65e8d9c0c5e3f462
parentcee1950bbb44acd215efd2101fb52d9605701969
lavc: rename the argument of avcodec_alloc_frame/get_frame_defaults

AVFrame is used for both audio and video, so calling the argument 'pic'
is misleading.
libavcodec/avcodec.h
libavcodec/utils.c