]> git.sesse.net Git - vlc/commit
libmpeg2: Fix Closed Captions in GOP.
authorDerk-Jan Hartman <hartman@videolan.org>
Mon, 6 Apr 2009 20:54:11 +0000 (22:54 +0200)
committerDerk-Jan Hartman <hartman@videolan.org>
Mon, 6 Apr 2009 20:58:49 +0000 (22:58 +0200)
commit3fac9782373bfc7dbb6839183a6003fae26d4a43
tree31fd4c6e9736770a26157f0330c532b9b3fddc90
parent22f452d08337841a52b352876be11d9bfabb65d6
libmpeg2: Fix Closed Captions in GOP.

This fixes a case where our libmpeg2 module was not extracting
Closed Captions from the user_data, when this user_data was in the
GOP header, instead of in the picture header. This information is
retained until the next picture (date) is handled.

See sample "bob-dvd-closedcaptioning works in ffmpeg but not in libmpeg2.ts"
modules/codec/libmpeg2.c