Skip to content

Commit

Permalink
mini_analyser: sample viewer improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
emericg committed Jun 26, 2024
1 parent c0b5527 commit 5c705b5
Show file tree
Hide file tree
Showing 9 changed files with 221 additions and 53 deletions.
2 changes: 2 additions & 0 deletions mini_analyser/src/about.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@

#ifndef ABOUT_H
#define ABOUT_H
/* ************************************************************************** */

#include <QDialog>

Expand Down Expand Up @@ -50,4 +51,5 @@ private slots:
Ui::About *ui;
};

/* ************************************************************************** */
#endif // ABOUT_H
2 changes: 2 additions & 0 deletions mini_analyser/src/fourcchelper.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@

#ifndef FOURCCHELPER_H
#define FOURCCHELPER_H
/* ************************************************************************** */

#include <QDialog>
#include <QButtonGroup>
Expand Down Expand Up @@ -71,4 +72,5 @@ private slots:
QByteArray internal_hex;
};

/* ************************************************************************** */
#endif // FOURCCHELPER_H
1 change: 0 additions & 1 deletion mini_analyser/src/mediawrapper.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
// minivideo library
#include <minivideo.h>

#include <vector>
#include <chrono>

#include <QObject>
Expand Down
Loading

0 comments on commit 5c705b5

Please sign in to comment.