Silence two icc warnings:
authorCarl Eugen Hoyos <cehoyos@rainbow.studorg.tuwien.ac.at>
Tue, 30 Dec 2008 12:02:35 +0000 (12:02 +0000)
committerCarl Eugen Hoyos <cehoyos@rainbow.studorg.tuwien.ac.at>
Tue, 30 Dec 2008 12:02:35 +0000 (12:02 +0000)
commitaed464654bda3d9a9ed33d5fcc3d48681b076b92
treea1ca56a5ad662f746723a088f4e29a6ba155fd48
parent9d705050c1bd190282289329304449ac78333f44
Silence two icc warnings:
/home/melanson/fate/source/ffserver.c(4349):
warning #188: enumerated type mixed with another type
                          audio_enc.codec_id = audio_id;
                                             ^

/home/melanson/fate/source/ffserver.c(4354):
warning #188: enumerated type mixed with another type
                          video_enc.codec_id = video_id;
                                             ^

Originally committed as revision 16397 to svn://svn.ffmpeg.org/ffmpeg/trunk
ffserver.c