[vlc-commits] avio access: use new API

Rafaël Carré git at videolan.org
Sun Mar 4 22:42:01 CET 2012


vlc/vlc-2.0 | branch: master | Rafaël Carré <funman at videolan.org> | Sat Mar  3 00:02:58 2012 +0900| [ece2a47ee2abd86bb2aa6a521d41381050fb64cf] | committer: Rafaël Carré

avio access: use new API

- fix bug in ACCESS_GET_PTS_DELAY where it would fall through the next case
- print error messages from libavformat
- remove useless strdup
- check for exclusive access to avio when context open succeeded
- support for multiple input / output at the same time with libavformat > 54 (untested)
(cherry picked from commit cca698a05ea024a380330e1f3144996bba4c20e0)

Signed-off-by: KO Myung-Hun <komh at chollian.net>
Signed-off-by: Rafaël Carré <funman at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.0.git/?a=commit;h=ece2a47ee2abd86bb2aa6a521d41381050fb64cf
---

 modules/access/avio.c |  275 +++++++++++++++++++++++++++++--------------------
 1 files changed, 165 insertions(+), 110 deletions(-)

Diff:   http://git.videolan.org/gitweb.cgi/vlc/vlc-2.0.git/?a=commitdiff;h=ece2a47ee2abd86bb2aa6a521d41381050fb64cf


More information about the vlc-commits mailing list