comparison 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
comparison
equal deleted inserted replaced
2711:0ff7c5289e68 2712:53b9a531f490
149 149
150 return 0; 150 return 0;
151 } 151 }
152 152
153 AVOutputFormat libnut_muxer = { 153 AVOutputFormat libnut_muxer = {
154 "nut", 154 "libnut",
155 "nut format", 155 "nut format",
156 "video/x-nut", 156 "video/x-nut",
157 "nut", 157 "nut",
158 sizeof(NUTContext), 158 sizeof(NUTContext),
159 CODEC_ID_VORBIS, 159 CODEC_ID_VORBIS,