OSDN Git Service

ffplay: remove unused variable "codec"
authorStefano Sabatini <stefasab@gmail.com>
Sun, 17 Mar 2013 10:33:17 +0000 (11:33 +0100)
committerStefano Sabatini <stefasab@gmail.com>
Sun, 17 Mar 2013 12:05:44 +0000 (13:05 +0100)
commitf7d1a18c90d1401acccf3bd6de3e36e8be480006
tree4ca201a15c9daf8cfcb2ace2784ff555093390b0
parent171bd38edad5e7057a2a251e07a0547ad708a718
ffplay: remove unused variable "codec"

Fix warning:
ffplay.c: In function ‘video_thread’:
ffplay.c:1890:21: warning: unused variable ‘codec’ [-Wunused-variable]
ffplay.c