Missing and forgotten patch for additional simple profile levels

Carl Eric Codere <[email protected]> Sun, 12 Sep 2010 21:37:09 -0700 (PDT)
Newsgroups gmane.comp.video.xvid.devel
Message-ID <[email protected]>
Greetings,
         About a month ago I did a patch to support additional Simple Profile Levels, levels 4a, 5 and 6 in the VFW Encoder. It seems I forgot to also update the xvid.h header file with the profile levels. Here is the included patch, if it is approved could it be included in the trunk.

Thank you very much and best regards,
Carl

Here is the patch:

diff U3ib C:/MinGW/home/Carl/xvid_20100913/xvidcore/src/xvid.h C:/MinGW/home/Carl/xvid_20100818/xvidcore/src/xvid.h
--- C:/MinGW/home/Carl/xvid_20100913/xvidcore/src/xvid.h	Tue Aug 10 10:17:24 2010
+++ C:/MinGW/home/Carl/xvid_20100818/xvidcore/src/xvid.h	Mon Sep 13 00:23:14 2010
@@ -129,6 +129,9 @@
 #define XVID_PROFILE_S_L1    0x01
 #define XVID_PROFILE_S_L2    0x02
 #define XVID_PROFILE_S_L3    0x03
+#define XVID_PROFILE_S_L4a   0x04
+#define XVID_PROFILE_S_L5    0x05
+#define XVID_PROFILE_S_L6    0x06
 #define XVID_PROFILE_ARTS_L1 0x91 /* advanced realtime simple */
 #define XVID_PROFILE_ARTS_L2 0x92
 #define XVID_PROFILE_ARTS_L3 0x93