Advertisement
Guest User

Where has avio_interrupt_cb gone?

a guest
Jun 13th, 2012
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.46 KB | None | 0 0
  1. bash-3.2# git whatchanged --stat > git.log
  2. bash-3.2# cat git.log | grep set_interrupt_cb
  3.     avplay: Don't call avio_set_interrupt_cb(NULL)
  4.    Since we don't use avio_set_interrupt_cb for interrupt callbacks,
  5.     avio: avio_ prefix for url_set_interrupt_cb.
  6.     Remove the comment section of url_set_interrupt_cb() which was a duplicate as it
  7.  
  8. bash-3.2# grep -iR "set_interrupt" ./
  9. ./doc/APIchanges:    80c6e23 rename url_set_interrupt_cb->avio_set_interrupt_cb.
  10.  
  11. ?
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement