summaryrefslogtreecommitdiffstats
path: root/libavformat/mpegts.c
diff options
context:
space:
mode:
authorGanesh Ajjanagadde <[email protected]>2015-09-19 17:41:30 -0400
committerMichael Niedermayer <[email protected]>2015-09-29 04:50:03 +0200
commitb3066be0e460d915db344c21d092b5554b1b68e8 (patch)
tree42e97a7e84b6325e0a37eb7316535563fa8baeb2 /libavformat/mpegts.c
parent7f72f2d75e581abfe016600d003d1bbab99714f0 (diff)
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 <[email protected]> Reviewed-by: wm4 <[email protected]> Signed-off-by: Michael Niedermayer <[email protected]>
Diffstat (limited to 'libavformat/mpegts.c')
0 files changed, 0 insertions, 0 deletions