OSDN Git Service

Change type of {audio,video,subtitle}_codec_tag variables from int to
authorStefano Sabatini <stefano.sabatini-lala@poste.it>
Thu, 3 Jun 2010 18:40:31 +0000 (18:40 +0000)
committerStefano Sabatini <stefano.sabatini-lala@poste.it>
Thu, 3 Jun 2010 18:40:31 +0000 (18:40 +0000)
commit83a36b2e0b6f7b568486a627a3da3f9fdffc6a61
treed23dde893da6f61dc75bc72d22ad4e85ee2ca1d7
parent48790d8ba89d18150e70e2889f891df2ed2ae405
Change type of {audio,video,subtitle}_codec_tag variables from int to
unsigned int, as the corresponding variable set in
AVCodecContext.codec_tag is unsigned int.

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