OSDN Git Service

ffplay: drop redundant NULL sws_freeContext() check in stream_close()
authorStefano Sabatini <stefasab@gmail.com>
Sat, 2 Feb 2013 15:31:57 +0000 (16:31 +0100)
committerStefano Sabatini <stefasab@gmail.com>
Sun, 3 Feb 2013 10:15:27 +0000 (11:15 +0100)
commitc91f1f3f926d4ba36ab051adc447ff56391210c3
treec074daf6bbc3633c6003b6b5d26817c98c9fe917
parent0cecaa9e2edfa4fb198a70a175a039d0b6b2f845
ffplay: drop redundant NULL sws_freeContext() check in stream_close()

sws_freeContext() already checks for NULL, simplify.
ffplay.c