summaryrefslogtreecommitdiff
path: root/libavformat/nut.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-05-06 10:34:26 +0200
committerMichael Niedermayer <michaelni@gmx.at>2013-05-06 10:41:43 +0200
commit77c85cbd9d4dd17c8b8966cec252f89351634d27 (patch)
tree1ee8a96469252dfa400fa9479ee238d4c105401b /libavformat/nut.h
parentb50ab3a4c7a1225862dcf0f0bd00ffef6acfdcbb (diff)
parent46c1917350f58dfab84e41919e6c02d43950db8c (diff)
Merge commit '46c1917350f58dfab84e41919e6c02d43950db8c'
* commit '46c1917350f58dfab84e41919e6c02d43950db8c': nut: use a define for the nut version bgmc: Do not mark ff_bgmc_decode_init() as av_cold Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavformat/nut.h')
-rw-r--r--libavformat/nut.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavformat/nut.h b/libavformat/nut.h
index ab31c27429..c60eb35929 100644
--- a/libavformat/nut.h
+++ b/libavformat/nut.h
@@ -39,6 +39,8 @@
#define MAX_DISTANCE (1024*32-1)
+#define NUT_VERSION 3
+
typedef enum{
FLAG_KEY = 1, ///<if set, frame is keyframe
FLAG_EOR = 2, ///<if set, stream has no relevance on presentation. (EOR)