Skip to content

Commit 6a63e4b

Browse files
author
Clement Champetier
committed
Moved JsonWriter class to mediaProperty folder
1 parent 15b3de8 commit 6a63e4b

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

src/AvTranscoder/mediaProperty/FileProperties.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#include "FileProperties.hpp"
22

3-
#include <AvTranscoder/JsonWriter.hpp>
3+
#include <AvTranscoder/mediaProperty/JsonWriter.hpp>
44
#include <AvTranscoder/progress/NoDisplayProgress.hpp>
55

66
#include <stdexcept>

src/AvTranscoder/JsonWriter.hpp renamed to src/AvTranscoder/mediaProperty/JsonWriter.hpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
#ifndef _AV_TRANSCODER_JSONWRITER_HPP_
2-
#define _AV_TRANSCODER_JSONWRITER_HPP_
1+
#ifndef _AV_TRANSCODER_MEDIA_PROPERTY_JSONWRITER_HPP_
2+
#define _AV_TRANSCODER_MEDIA_PROPERTY_JSONWRITER_HPP_
33

4-
#include "common.hpp"
4+
#include <AvTranscoder/common.hpp>
55

66
#include <iostream>
77
#include <sstream>

src/AvTranscoder/mediaProperty/StreamProperties.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#include "StreamProperties.hpp"
22

3-
#include <AvTranscoder/JsonWriter.hpp>
3+
#include <AvTranscoder/mediaProperty/JsonWriter.hpp>
44

55
#include <stdexcept>
66

0 commit comments

Comments
 (0)