Fix argument constness for the av_codec_get_id() and
authorStefano Sabatini <stefano.sabatini-lala@poste.it>
Sat, 8 Nov 2008 18:37:03 +0000 (18:37 +0000)
committerStefano Sabatini <stefano.sabatini-lala@poste.it>
Sat, 8 Nov 2008 18:37:03 +0000 (18:37 +0000)
commit15545a095a01b981a5d691d7bd6081b8b1b7d209
tree6cbcd71108738f6e2c82938c7ee73633d7d647b1
parent502ecc97af848318d305558f6dc4be16b6af3dd5
Fix argument constness for the av_codec_get_id() and
av_codec_get_tag() functions, making them take in input a constant
array, since they're not supposed to change it. Fix some warnings.

Originally committed as revision 15795 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavformat/avformat.h
libavformat/utils.c