Skip to content

Commit 304a28b

Browse files
author
Clement Champetier
committed
mediaProperty: refactore
* Rename printMediaProperty.hpp to print.hpp * Rename <type>StreamProperty.hpp to <type>Properties.hpp
1 parent 804ac76 commit 304a28b

File tree

10 files changed

+8
-8
lines changed

10 files changed

+8
-8
lines changed

app/avMeta/avMeta.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#include <AvTranscoder/file/InputFile.hpp>
2-
#include <AvTranscoder/mediaProperty/printMediaProperty.hpp>
2+
#include <AvTranscoder/mediaProperty/print.hpp>
33

44
#include <AvTranscoder/progress/NoDisplayProgress.hpp>
55

app/avplay/AvReader.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#include <AvTranscoder/essenceStream/AvInputAudio.hpp>
66
#include <AvTranscoder/essenceStream/AvInputVideo.hpp>
77
#include <AvTranscoder/transform/VideoTransform.hpp>
8-
#include <AvTranscoder/mediaProperty/printMediaProperty.hpp>
8+
#include <AvTranscoder/mediaProperty/print.hpp>
99

1010
#include <AvTranscoder/progress/ConsoleProgress.hpp>
1111

src/AvTranscoder/file/InputFile.cpp

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
#include "InputFile.hpp"
22

33
#include <AvTranscoder/option/Context.hpp>
4-
#include <AvTranscoder/mediaProperty/VideoStreamProperty.hpp>
5-
#include <AvTranscoder/mediaProperty/AudioStreamProperty.hpp>
6-
#include <AvTranscoder/mediaProperty/DataStreamProperty.hpp>
7-
#include <AvTranscoder/mediaProperty/SubtitleStreamProperty.hpp>
8-
#include <AvTranscoder/mediaProperty/AttachementStreamProperty.hpp>
9-
#include <AvTranscoder/mediaProperty/UnknownStreamProperty.hpp>
4+
#include <AvTranscoder/mediaProperty/VideoProperties.hpp>
5+
#include <AvTranscoder/mediaProperty/AudioProperties.hpp>
6+
#include <AvTranscoder/mediaProperty/DataProperties.hpp>
7+
#include <AvTranscoder/mediaProperty/SubtitleProperties.hpp>
8+
#include <AvTranscoder/mediaProperty/AttachementProperties.hpp>
9+
#include <AvTranscoder/mediaProperty/UnknownProperties.hpp>
1010

1111

1212
extern "C" {

0 commit comments

Comments
 (0)