diff libnut.c @ 1769:35cf5d513830 libavformat

Properly separate native and libnut NUT (de)muxers.
author diego
date Fri, 09 Feb 2007 08:28:47 +0000
parents 2a85c82b8538
children 27ae0787cc6c
line wrap: on
line diff
--- a/libnut.c	Thu Feb 08 23:41:08 2007 +0000
+++ b/libnut.c	Fri Feb 09 08:28:47 2007 +0000
@@ -123,7 +123,7 @@
     return 0;
 }
 
-AVOutputFormat nut_muxer = {
+AVOutputFormat libnut_muxer = {
     "nut",
     "nut format",
     "video/x-nut",
@@ -270,7 +270,7 @@
     return 0;
 }
 
-AVInputFormat nut_demuxer = {
+AVInputFormat libnut_demuxer = {
     "nut",
     "nut format",
     sizeof(NUTContext),