]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/rtpenc_chain.c
avformat/flvdec: give live_flvdec a separate name
[ffmpeg] / libavformat / rtpenc_chain.c
index 794bd47fb8443580d39ae8f6d04ad78b26255dad..dea1f70dacd7e218226083bac4366f45e2a0ae6a 100644 (file)
@@ -98,9 +98,6 @@ int ff_rtp_chain_mux_open(AVFormatContext **out, AVFormatContext *s,
         return ret;
     }
 
-    /* Copy the RTP AVStream timebase back to the original AVStream */
-    st->time_base = rtpctx->streams[0]->time_base;
-
     *out = rtpctx;
     return 0;