diff libnut.c @ 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 ce70d4ec9e3a
children d52c718e83f9
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",