]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/rtp_mpv.c
enable stream copy with ffserver, to be able to chain
[ffmpeg] / libavformat / rtp_mpv.c
index c8bf81f9a667d63dea78a4a03d3f82cba9c810a0..d42f2e770ccaf6df94880326f9eb1083bb942cd7 100644 (file)
  * License along with FFmpeg; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
+
+#include "libavcodec/mpegvideo.h"
 #include "avformat.h"
 #include "rtp_internal.h"
 
-#include "mpegvideo.h"
-
 /* NOTE: a single frame must be passed with sequence header if
    needed. XXX: use slices. */
 void ff_rtp_send_mpegvideo(AVFormatContext *s1, const uint8_t *buf1, int size)