[PR #524] [MERGED] Refactor millisecond printing functions. #1350

Closed
opened 2026-01-29 17:15:56 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/CCExtractor/ccextractor/pull/524
Author: @DanilaFe
Created: 12/11/2016
Status: Merged
Merged: 12/16/2016
Merged by: @cfsmp3

Base: masterHead: refactor-msprint


📝 Commits (3)

  • 289aecc Refactor code surrounding print_mstime_static.
  • 5846093 Merge remote-tracking branch 'upstream/master' into refactor-msprint
  • 7c21754 Update with upstream changes and fix merge conflict.

📊 Changes

12 files changed (+91 additions, -112 deletions)

View changed files

📝 src/ccextractor.c (+24 -24)
📝 src/lib_ccx/asf_functions.c (+3 -3)
📝 src/lib_ccx/avc_functions.c (+1 -1)
📝 src/lib_ccx/ccx_common_timing.c (+14 -34)
📝 src/lib_ccx/ccx_common_timing.h (+3 -4)
📝 src/lib_ccx/ccx_decoders_608.c (+1 -1)
📝 src/lib_ccx/ccx_decoders_708.c (+14 -14)
📝 src/lib_ccx/ccx_decoders_708_output.c (+6 -6)
📝 src/lib_ccx/ccx_decoders_common.c (+3 -3)
📝 src/lib_ccx/es_functions.c (+4 -4)
📝 src/lib_ccx/general_loop.c (+14 -14)
📝 src/lib_ccx/output.c (+4 -4)

📄 Description

No description provided


🔄 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/524 **Author:** [@DanilaFe](https://github.com/DanilaFe) **Created:** 12/11/2016 **Status:** ✅ Merged **Merged:** 12/16/2016 **Merged by:** [@cfsmp3](https://github.com/cfsmp3) **Base:** `master` ← **Head:** `refactor-msprint` --- ### 📝 Commits (3) - [`289aecc`](https://github.com/CCExtractor/ccextractor/commit/289aecc1ed6c00bbc1b6807f92f9b21c0d35da72) Refactor code surrounding print_mstime_static. - [`5846093`](https://github.com/CCExtractor/ccextractor/commit/5846093a7fc79380bfbb57d61ec924f933a1e08f) Merge remote-tracking branch 'upstream/master' into refactor-msprint - [`7c21754`](https://github.com/CCExtractor/ccextractor/commit/7c21754b746ef81ff7f48855a7a9c99546a9cfb9) Update with upstream changes and fix merge conflict. ### 📊 Changes **12 files changed** (+91 additions, -112 deletions) <details> <summary>View changed files</summary> 📝 `src/ccextractor.c` (+24 -24) 📝 `src/lib_ccx/asf_functions.c` (+3 -3) 📝 `src/lib_ccx/avc_functions.c` (+1 -1) 📝 `src/lib_ccx/ccx_common_timing.c` (+14 -34) 📝 `src/lib_ccx/ccx_common_timing.h` (+3 -4) 📝 `src/lib_ccx/ccx_decoders_608.c` (+1 -1) 📝 `src/lib_ccx/ccx_decoders_708.c` (+14 -14) 📝 `src/lib_ccx/ccx_decoders_708_output.c` (+6 -6) 📝 `src/lib_ccx/ccx_decoders_common.c` (+3 -3) 📝 `src/lib_ccx/es_functions.c` (+4 -4) 📝 `src/lib_ccx/general_loop.c` (+14 -14) 📝 `src/lib_ccx/output.c` (+4 -4) </details> ### 📄 Description _No description provided_ --- <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:15:56 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ccextractor#1350