|
|
@ -1,6 +1,9 @@
|
|
|
|
#ifndef VIDEOPLAYER_DEFS_H
|
|
|
|
#ifndef VIDEOPLAYER_DEFS_H
|
|
|
|
#define VIDEOPLAYER_DEFS_H
|
|
|
|
#define VIDEOPLAYER_DEFS_H
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
namespace Video
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
|
|
|
|
enum {
|
|
|
|
enum {
|
|
|
|
AV_SYNC_AUDIO_MASTER, // Play audio with no frame drops, sync video to audio
|
|
|
|
AV_SYNC_AUDIO_MASTER, // Play audio with no frame drops, sync video to audio
|
|
|
|
AV_SYNC_VIDEO_MASTER, // Play video with no frame drops, sync audio to video
|
|
|
|
AV_SYNC_VIDEO_MASTER, // Play video with no frame drops, sync audio to video
|
|
|
@ -9,4 +12,6 @@ enum {
|
|
|
|
AV_SYNC_DEFAULT = AV_SYNC_EXTERNAL_MASTER
|
|
|
|
AV_SYNC_DEFAULT = AV_SYNC_EXTERNAL_MASTER
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
#endif
|
|
|
|
#endif
|
|
|
|