changeset 2712:53b9a531f490 libavformat

Give the libnut muxer a lib prefix in its name so it does not conflict with the native implementation.
author diego
date Wed, 07 Nov 2007 19:05:47 +0000
parents 0ff7c5289e68
children d9c256445c14
files libnut.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libnut.c	Wed Nov 07 14:20:40 2007 +0000
+++ b/libnut.c	Wed Nov 07 19:05:47 2007 +0000
@@ -151,7 +151,7 @@
 }
 
 AVOutputFormat libnut_muxer = {
-    "nut",
+    "libnut",
     "nut format",
     "video/x-nut",
     "nut",