]> git.sesse.net Git - vlc/commit
Moved and fixed all common code from video packetizers into packetizer_helper.h
authorLaurent Aimar <fenrir@videolan.org>
Tue, 28 Apr 2009 17:27:16 +0000 (19:27 +0200)
committerLaurent Aimar <fenrir@videolan.org>
Tue, 28 Apr 2009 19:23:56 +0000 (21:23 +0200)
commit55441fa5440b6aceddc8ef6888750350a22d0c2f
tree90e07a7a859e9a648011ac80ddb50e72cd5ae1e1
parent7aa5ac93bc54fc1d52a377fb11401b96e709bd7f
Moved and fixed all common code from video packetizers into packetizer_helper.h

There are some risks of regression (in case of typo), but it was
a nightmare to maintain.
Also by using the right model (h264.c) it fixes some timing issues in
vc1 and mpeg2 packetizer.
modules/packetizer/h264.c
modules/packetizer/mpeg4video.c
modules/packetizer/mpegvideo.c
modules/packetizer/packetizer_helper.h [new file with mode: 0644]
modules/packetizer/vc1.c