OSDN Git Service

avplay: Don't call avio_set_interrupt_cb(NULL)
authorMartin Storsjö <martin@martin.st>
Fri, 30 Dec 2011 10:39:03 +0000 (12:39 +0200)
committerMartin Storsjö <martin@martin.st>
Wed, 4 Jan 2012 09:03:45 +0000 (11:03 +0200)
commit0749720b6cdce68e4908dc59f1b4e1399852372b
tree19e95286a3e97eb2e8eea8a0a6b1220c1673b37d
parent6b3995ccd1c83e8d1d81d84ac78eedc96598c777
avplay: Don't call avio_set_interrupt_cb(NULL)

Since we don't use avio_set_interrupt_cb for interrupt callbacks,
we don't need to call it to reset the interrupt cb either.

This avoids a warning about use of deprecated functions.

Signed-off-by: Martin Storsjö <martin@martin.st>
avplay.c