[vlc-commits] MP4: better debug message when FOURCC not recognized
Jean-Baptiste Kempf
git at videolan.org
Fri Apr 6 15:34:08 CEST 2012
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Fri Apr 6 15:32:03 2012 +0200| [d48c1e3f54ad6c12039900ac2a03dc29a9149a8f] | committer: Jean-Baptiste Kempf
MP4: better debug message when FOURCC not recognized
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d48c1e3f54ad6c12039900ac2a03dc29a9149a8f
---
modules/demux/mp4/mp4.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/modules/demux/mp4/mp4.c b/modules/demux/mp4/mp4.c
index c0803cb..3eb8494 100644
--- a/modules/demux/mp4/mp4.c
+++ b/modules/demux/mp4/mp4.c
@@ -2061,6 +2061,7 @@ static int TrackCreateES( demux_t *p_demux, mp4_track_t *p_track,
break;
default:
+ msg_Dbg( p_demux, "Unrecognized FourCC %4.4s", (char *)&p_sample->i_type );
break;
}
}
More information about the vlc-commits
mailing list