diff options
author | Ganesh Ajjanagadde <[email protected]> | 2015-09-19 17:41:30 -0400 |
---|---|---|
committer | Michael Niedermayer <[email protected]> | 2015-09-29 04:50:03 +0200 |
commit | b3066be0e460d915db344c21d092b5554b1b68e8 (patch) | |
tree | 42e97a7e84b6325e0a37eb7316535563fa8baeb2 /libavformat/mpegts.c | |
parent | 7f72f2d75e581abfe016600d003d1bbab99714f0 (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