[PR #645] [MERGED] 708 fixes #1490

Open
opened 2026-01-29 17:16:44 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/CCExtractor/ccextractor/pull/645
Author: @Izaron
Created: 1/14/2017
Status: Merged
Merged: 1/14/2017
Merged by: @cfsmp3

Base: masterHead: 708-adventures


📝 Commits (2)

📊 Changes

1 file changed (+45 additions, -5 deletions)

View changed files

📝 src/lib_ccx/ccx_decoders_708.c (+45 -5)

📄 Description

  • Updated window info dump
  • Realised missing BS command

In one of the examples with BS command - before:

66
00:04:08,965 --> 00:04:09,599
         <font color="aaaaaa">Perhaps there''s anothr</font>
          <font color="aaaaaa">place where David Wong</font>
200
00:09:06,230 --> 00:09:07,396
       <font color="aaaaaa">Maybe Wong''s noe</font>
            <font color="aaaaaa">was legit after all.</font>

After:

66
00:04:08,965 --> 00:04:09,599
         <font color="aaaaaa">Perhaps there's another</font>
          <font color="aaaaaa">place where David Wong</font>
200
00:09:06,230 --> 00:09:07,396
       <font color="aaaaaa">Maybe Wong's note</font>
            <font color="aaaaaa">was legit after all.</font>

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/CCExtractor/ccextractor/pull/645 **Author:** [@Izaron](https://github.com/Izaron) **Created:** 1/14/2017 **Status:** ✅ Merged **Merged:** 1/14/2017 **Merged by:** [@cfsmp3](https://github.com/cfsmp3) **Base:** `master` ← **Head:** `708-adventures` --- ### 📝 Commits (2) - [`41cd5f0`](https://github.com/CCExtractor/ccextractor/commit/41cd5f00bcf93603587f62bb493bd3d6dfa72c52) Updated 708 window dump - [`e048c65`](https://github.com/CCExtractor/ccextractor/commit/e048c65cdbc034f3dd631752ac51165927976b12) [CEA-708] Added BS command ### 📊 Changes **1 file changed** (+45 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `src/lib_ccx/ccx_decoders_708.c` (+45 -5) </details> ### 📄 Description - Updated window info dump - Realised missing BS command In one of the examples with BS command - before: ``` 66 00:04:08,965 --> 00:04:09,599 <font color="aaaaaa">Perhaps there''s anothr</font> <font color="aaaaaa">place where David Wong</font> 200 00:09:06,230 --> 00:09:07,396 <font color="aaaaaa">Maybe Wong''s noe</font> <font color="aaaaaa">was legit after all.</font> ``` After: ``` 66 00:04:08,965 --> 00:04:09,599 <font color="aaaaaa">Perhaps there's another</font> <font color="aaaaaa">place where David Wong</font> 200 00:09:06,230 --> 00:09:07,396 <font color="aaaaaa">Maybe Wong's note</font> <font color="aaaaaa">was legit after all.</font> ``` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 17:16:44 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ccextractor#1490