]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/r3d.c
Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.
[ffmpeg] / libavformat / r3d.c
index 556a32b20eb52b14ac77d52bbec2283fe2b2c352..62c64e065162533809dec180a9395b6077e2e9fc 100644 (file)
@@ -377,7 +377,7 @@ static int r3d_close(AVFormatContext *s)
     return 0;
 }
 
-AVInputFormat r3d_demuxer = {
+AVInputFormat ff_r3d_demuxer = {
     "r3d",
     NULL_IF_CONFIG_SMALL("REDCODE R3D format"),
     sizeof(R3DContext),