]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/dvenc.c
Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.
[ffmpeg] / libavformat / dvenc.c
index e48d8d09d49ed36d495b540de1c671ca8f25add8..faaa5298131ce7e3a9e0601d27d538c2b3fff157 100644 (file)
@@ -399,7 +399,7 @@ static int dv_write_trailer(struct AVFormatContext *s)
     return 0;
 }
 
-AVOutputFormat dv_muxer = {
+AVOutputFormat ff_dv_muxer = {
     "dv",
     NULL_IF_CONFIG_SMALL("DV video format"),
     NULL,