* Add a couple definitions that are now missing on libav-0.7.
This commit is contained in:
parent
750e3fb70b
commit
018a0651c0
@ -53,6 +53,12 @@
|
||||
#define FF_PROFILE_H264_HIGH 100
|
||||
#endif
|
||||
#define FF_PROFILE_SKIP -100
|
||||
#ifndef CODEC_TYPE_AUDIO
|
||||
#define CODEC_TYPE_AUDIO AVMEDIA_TYPE_AUDIO
|
||||
#endif
|
||||
#ifndef CODEC_TYPE_VIDEO
|
||||
#define CODEC_TYPE_VIDEO AVMEDIA_TYPE_VIDEO
|
||||
#endif
|
||||
|
||||
#define FLAG_TITLE 0x00000001
|
||||
#define FLAG_ARTIST 0x00000002
|
||||
|
Loading…
x
Reference in New Issue
Block a user