]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/avienc.c
rtpenc_chain: Don't copy the time_base back to the caller
[ffmpeg] / libavformat / avienc.c
index 98b0ad713c41b679dfeba8e9981c82a0f43fb185..33976570834afa30890d98dec3d54a93f3547727 100644 (file)
@@ -630,7 +630,7 @@ static int avi_write_trailer(AVFormatContext *s)
     return res;
 }
 
-AVOutputFormat avi_muxer = {
+AVOutputFormat ff_avi_muxer = {
     "avi",
     NULL_IF_CONFIG_SMALL("AVI format"),
     "video/x-msvideo",