[vlc-commits] Simplify FLAC extradata (streaminfo) parsing
Rafaël Carré
git at videolan.org
Sun Jun 23 23:16:38 CEST 2013
vlc | branch: master | Rafaël Carré <funman at videolan.org> | Sun Jun 23 23:15:55 2013 +0200| [9925a34ee91b6debfc2f9f137fe9c77e7e0d6241] | committer: Rafaël Carré
Simplify FLAC extradata (streaminfo) parsing
Prefer the shorter version (avcodec/avformat support both)
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=9925a34ee91b6debfc2f9f137fe9c77e7e0d6241
---
modules/codec/avcodec/audio.c | 17 +++---------
modules/codec/avcodec/encoder.c | 37 +++++---------------------
modules/codec/flac.c | 17 +++++-------
modules/demux/avformat/mux.c | 2 +-
modules/demux/flac.c | 26 +++++++-----------
modules/demux/mkv/matroska_segment_parse.cpp | 2 +-
modules/demux/ogg.c | 32 +++++++++++-----------
modules/mux/ogg.c | 19 ++++++++++---
modules/packetizer/flac.c | 19 ++++++++-----
9 files changed, 71 insertions(+), 100 deletions(-)
Diff: http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=9925a34ee91b6debfc2f9f137fe9c77e7e0d6241
More information about the vlc-commits
mailing list