mirror of
https://github.com/mpv-player/mpv
synced 2024-12-14 02:45:43 +00:00
adds 'ID_DEMUXER=avi' to -identify...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16316 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
16670aff3a
commit
6385665d3d
@ -2001,6 +2001,7 @@ if(sh_audio){
|
||||
|
||||
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)
|
||||
|
Loading…
Reference in New Issue
Block a user