mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-27 07:23:11 +02:00
- formatting code using astyle
Conflicts: libarmbox/dmx.cpp libgeneric-pc/video_lib.h libspark/dmx.cpp Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -51,9 +51,9 @@ class Track;
|
||||
|
||||
class Input
|
||||
{
|
||||
friend class Player;
|
||||
friend class WriterPCM; // needs calcPts()
|
||||
friend int interrupt_cb(void *arg);
|
||||
friend class Player;
|
||||
friend class WriterPCM; // needs calcPts()
|
||||
friend int interrupt_cb(void *arg);
|
||||
|
||||
private:
|
||||
OpenThreads::Mutex mutex;
|
||||
@@ -75,7 +75,7 @@ class Input
|
||||
CodecList codecs[EPLAYER_MAX_CODECS];
|
||||
#endif
|
||||
uint64_t readCount;
|
||||
int64_t calcPts(AVStream * stream, int64_t pts);
|
||||
int64_t calcPts(AVStream *stream, int64_t pts);
|
||||
|
||||
public:
|
||||
Input();
|
||||
|
Reference in New Issue
Block a user