libeplayer3: cleanups

This commit is contained in:
martii
2014-04-07 23:00:03 +02:00
parent 82984ebd1e
commit 42efb5c739
19 changed files with 1080 additions and 1212 deletions

View File

@@ -58,7 +58,6 @@ class Input
bool SwitchVideo(Track *track);
bool GetMetadata(std::vector<std::string> &keys, std::vector<std::string> &values);
bool GetReadCount(uint64_t &readcount);
};
#endif

View File

@@ -26,9 +26,9 @@ extern "C" {
struct Chapter
{
std::string title;
double start;
double end;
std::string title;
double start;
double end;
};
class Player {

View File

@@ -1,5 +1,5 @@
#ifndef WRITER_H_
#define WRITER_H_
#ifndef __WRITER_H__
#define __WRITER_H__
#include <stdio.h>
#include <stdint.h>