[vlc-commits] Avformat: better debugging message

Jean-Baptiste Kempf git at videolan.org
Thu May 12 19:07:19 CEST 2011


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Thu May 12 18:08:50 2011 +0200| [8164d69bb0738f7c07605bccadb90e5f1f084333] | committer: Jean-Baptiste Kempf

Avformat: better debugging message

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=8164d69bb0738f7c07605bccadb90e5f1f084333
---

 modules/demux/avformat/demux.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/demux/avformat/demux.c b/modules/demux/avformat/demux.c
index 52a17af..048f3eb 100644
--- a/modules/demux/avformat/demux.c
+++ b/modules/demux/avformat/demux.c
@@ -368,7 +368,7 @@ int OpenDemux( vlc_object_t *p_this )
                                 p_attachment );
                     }
                 }
-                else msg_Warn( p_demux, "unsupported attachment type in ffmpeg demux" );
+                else msg_Warn( p_demux, "unsupported attachment type (%u) in ffmpeg demux", cc->codec_id );
             }
             break;
 #endif



More information about the vlc-commits mailing list