[vlc-devel] commit: Cleaned up WMVA fourcc. (Laurent Aimar )

git version control git at videolan.org
Thu Oct 8 22:37:03 CEST 2009


vlc | branch: master | Laurent Aimar <fenrir at videolan.org> | Thu Oct  8 22:34:29 2009 +0200| [b5427328970903fdc4420ba3b54b03b28849b0c5] | committer: Laurent Aimar 

Cleaned up WMVA fourcc.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b5427328970903fdc4420ba3b54b03b28849b0c5
---

 src/misc/fourcc.c |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/src/misc/fourcc.c b/src/misc/fourcc.c
index 16c8465..f3dbb08 100644
--- a/src/misc/fourcc.c
+++ b/src/misc/fourcc.c
@@ -377,7 +377,9 @@ static const entry_t p_list_video[] = {
         A("WMV3"),
         A("wmv3"),
 
-    B(VLC_CODEC_WMVA, "Windows Media Video Advanced"),
+    /* WMVA is the VC-1 codec before the standardization proces,
+     * it is not bitstream compatible and deprecated  */
+    B(VLC_CODEC_WMVA, "Windows Media Video Advanced Profile"),
         A("WMVA"),
         A("wmva"),
         A("WVP2"),
@@ -388,9 +390,6 @@ static const entry_t p_list_video[] = {
         A("wvc1"),
         A("vc-1"),
         A("VC-1"),
-        /* WMVA is the VC-1 codec before the standardization proces,
-         * it is not bitstream compatible and deprecated  */
-        E("WMVA", "Windows Media Video Advanced Profile"),
 
     /* Microsoft Video 1 */
     B(VLC_CODEC_MSVIDEO1, "Microsoft Video 1"),




More information about the vlc-devel mailing list