Use strcmp() instead of strncmp() in set_codec_from_probe_data().
authorMichael Niedermayer <michaelni@gmx.at>
Sat, 12 Jul 2008 20:01:23 +0000 (20:01 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Sat, 12 Jul 2008 20:01:23 +0000 (20:01 +0000)
commit2a72e494c3a41ebc87a4d3b7251b9046b57802cc
tree68fe120b08842c93989c22bee815895431b00c6f
parent25d3fb7374819fc579ececcfc95d120dc341da21
Use strcmp() instead of strncmp() in set_codec_from_probe_data().

Originally committed as revision 14190 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavformat/utils.c