[vlc-commits] avio access: use new API
Rafaël Carré
git at videolan.org
Mon Jan 30 03:43:53 CET 2012
vlc | branch: master | Rafaël Carré <funman at videolan.org> | Sun Jan 29 21:35:05 2012 -0500| [cca698a05ea024a380330e1f3144996bba4c20e0] | 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)
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=cca698a05ea024a380330e1f3144996bba4c20e0
---
modules/access/avio.c | 275 +++++++++++++++++++++++++++++--------------------
1 files changed, 165 insertions(+), 110 deletions(-)
Diff: http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=cca698a05ea024a380330e1f3144996bba4c20e0
More information about the vlc-commits
mailing list