# HG changeset patch # User michael # Date 1081713702 0 # Node ID 84a3e29c9ec5d082952ba545ab8c8fc2f92253a7 # Parent 90ed68a9cc0beaf8540ed9c51cc6264e3706c0b9 .mp4 with lavf support diff -r 90ed68a9cc0b -r 84a3e29c9ec5 libmpcodecs/vd_ffmpeg.c --- a/libmpcodecs/vd_ffmpeg.c Sun Apr 11 19:33:56 2004 +0000 +++ b/libmpcodecs/vd_ffmpeg.c Sun Apr 11 20:01:42 2004 +0000 @@ -300,6 +300,7 @@ sh->format == mmioFOURCC('V','S','S','H') || sh->format == mmioFOURCC('M','S','Z','H') || sh->format == mmioFOURCC('Z','L','I','B') || + sh->format == mmioFOURCC('M','P','4','V') || sh->format == mmioFOURCC('F','L','I','C') )) {