set codec_tag

Originally committed as revision 2995 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Michael Niedermayer 2004-04-10 20:11:00 +00:00
parent a90466f741
commit ee76016c79
1 changed files with 1 additions and 0 deletions

View File

@ -891,6 +891,7 @@ static int decode_stream_header(NUTContext *nut){
return AVERROR_NOMEM;
class = get_v(bc);
tmp = get_vb(bc);
st->codec.codec_tag= tmp;
switch(class)
{
case 0: