diff options
author | Ganesh Ajjanagadde <gajjanagadde@gmail.com> | 2015-09-19 17:41:30 -0400 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2015-09-29 04:50:03 +0200 |
commit | b3066be0e460d915db344c21d092b5554b1b68e8 (patch) | |
tree | 42e97a7e84b6325e0a37eb7316535563fa8baeb2 /libavcodec/version.h | |
parent | 7f72f2d75e581abfe016600d003d1bbab99714f0 (diff) | |
download | ffmpeg-b3066be0e460d915db344c21d092b5554b1b68e8.tar.gz |
avcodec/videotoolbox: fix -Wunused-but-set-variable
pix_fmt was declared presumably to shorten the argument passed to the function.
However, it is currently not being used for such a purpose.
This patch simply removes it instead.
This fixes -Wunused-but-set-variable reported at e.g:
http://fate.ffmpeg.org/log.cgi?time=20150919194249&log=compile&slot=x86_64-darwin-gcc-4.9.
Signed-off-by: Ganesh Ajjanagadde <gajjanagadde@gmail.com>
Reviewed-by: wm4 <nfxjfg@googlemail.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'libavcodec/version.h')
0 files changed, 0 insertions, 0 deletions