vlc | branch: master | Francois Cartegnie <[email protected]> | Mon Oct 3 15:27:21 2016 +0200| [88ba51fe1e71ea65d361f8c9ef229fb47bbeddb0] | committer: Francois Cartegnie
packetizer: h264: refactor SEI parsing All SEI are the same, only set differs between H264/HEVC > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=88ba51fe1e71ea65d361f8c9ef229fb47bbeddb0 --- modules/packetizer/Makefile.am | 1 + modules/packetizer/h264.c | 142 ++++++++------------------------------- modules/packetizer/h264_nal.h | 8 --- modules/packetizer/hxxx_sei.c | 148 +++++++++++++++++++++++++++++++++++++++++ modules/packetizer/hxxx_sei.h | 52 +++++++++++++++ 5 files changed, 230 insertions(+), 121 deletions(-) Diff: http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=88ba51fe1e71ea65d361f8c9ef229fb47bbeddb0 _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
