changeset 6723:2ced96d3cde0 libavcodec

Transform codec short name into a single word. patch by Stefano Sabatini, stefano.sabatini-lala poste it
author diego
date Wed, 30 Apr 2008 09:29:15 +0000
parents 6eeb19edcee3
children 4c47bb2a0c8b
files vmnc.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/vmnc.c	Tue Apr 29 21:31:21 2008 +0000
+++ b/vmnc.c	Wed Apr 30 09:29:15 2008 +0000
@@ -510,7 +510,7 @@
 }
 
 AVCodec vmnc_decoder = {
-    "VMware video",
+    "vmnc",
     CODEC_TYPE_VIDEO,
     CODEC_ID_VMNC,
     sizeof(VmncContext),