Commit 8164d69b authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Avformat: better debugging message

parent dddfd15d
...@@ -368,7 +368,7 @@ int OpenDemux( vlc_object_t *p_this ) ...@@ -368,7 +368,7 @@ int OpenDemux( vlc_object_t *p_this )
p_attachment ); 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; break;
#endif #endif
......
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