diff options
Diffstat (limited to 'patches/patch-set/0001-Record-teletext-subtitles.patch')
-rw-r--r-- | patches/patch-set/0001-Record-teletext-subtitles.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/patches/patch-set/0001-Record-teletext-subtitles.patch b/patches/patch-set/0001-Record-teletext-subtitles.patch index 3a44135..e1a08f8 100644 --- a/patches/patch-set/0001-Record-teletext-subtitles.patch +++ b/patches/patch-set/0001-Record-teletext-subtitles.patch @@ -238,5 +238,5 @@ index 1115c4a..5ee6722 100644 int SectionLength(const uchar *Data, int Length) { return (Length >= 3) ? ((int(Data[1]) & 0x0F) << 8)| Data[2] : 0; } public: -- -1.6.5 +1.6.6.1 |