Commit d48c1e3f authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

MP4: better debug message when FOURCC not recognized

parent b4dc61ce
...@@ -2061,6 +2061,7 @@ static int TrackCreateES( demux_t *p_demux, mp4_track_t *p_track, ...@@ -2061,6 +2061,7 @@ static int TrackCreateES( demux_t *p_demux, mp4_track_t *p_track,
break; break;
default: default:
msg_Dbg( p_demux, "Unrecognized FourCC %4.4s", (char *)&p_sample->i_type );
break; break;
} }
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment