From 46c1917350f58dfab84e41919e6c02d43950db8c Mon Sep 17 00:00:00 2001 From: Luca Barbato Date: Sat, 4 May 2013 12:47:15 +0200 Subject: nut: use a define for the nut version Ease switching version in the future and make evident why that value. --- libavformat/nut.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libavformat/nut.h') diff --git a/libavformat/nut.h b/libavformat/nut.h index 89b0248fa4..8e5767d97d 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, ///