]> git.sesse.net Git - vlc/commit
h264 packetizer: don't swap around CC data
authorRafaël Carré <funman@videolan.org>
Sun, 21 Oct 2012 20:37:13 +0000 (22:37 +0200)
committerRafaël Carré <funman@videolan.org>
Sun, 21 Oct 2012 20:39:24 +0000 (22:39 +0200)
commita992f4101899c9596339a851f0781d0f347a825f
treeb5de44cc5b0fce9ccc605f8d016ce8a49fbae5b1
parent1738103b91a7a822486b6576bf221581b3cf7306
h264 packetizer: don't swap around CC data

When we output a picture we reinit p_sys->cc_next anyway

sys_t->cc represents the CC data for the picture about to be output
sys_t->cc_next will hold the CC data for the picture currently being input
modules/packetizer/h264.c