Mercurial > mplayer.hg
changeset 12174:84a3e29c9ec5
.mp4 with lavf support
author | michael |
---|---|
date | Sun, 11 Apr 2004 20:01:42 +0000 |
parents | 90ed68a9cc0b |
children | da8e39bfe121 |
files | libmpcodecs/vd_ffmpeg.c |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
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') )) {