Mercurial > mplayer.hg
diff libmpcodecs/vd_ffmpeg.c @ 12174:84a3e29c9ec5
.mp4 with lavf support
| author | michael |
|---|---|
| date | Sun, 11 Apr 2004 20:01:42 +0000 |
| parents | 0d8462f0c444 |
| children | b6ccdba8bc2d |
line wrap: on
line diff
--- 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') )) {
