Mercurial > mplayer.hg
changeset 16315:175eb8754ff3
adds 'ID_DEMUXER=avi' to -identify...
author | ods15 |
---|---|
date | Sat, 27 Aug 2005 19:45:11 +0000 |
parents | 6720cdd99559 |
children | ff5274370d5c |
files | mplayer.c |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/mplayer.c Fri Aug 26 22:53:59 2005 +0000 +++ b/mplayer.c Sat Aug 27 19:45:11 2005 +0000 @@ -2001,6 +2001,7 @@ if(identify) { mp_msg(MSGT_GLOBAL,MSGL_INFO,"ID_FILENAME=%s\n", filename); + mp_msg(MSGT_GLOBAL,MSGL_INFO,"ID_DEMUXER=%s\n", demuxer->desc->name); if (sh_video) { /* Assume FOURCC if all bytes >= 0x20 (' ') */ if (sh_video->format >= 0x20202020)