Commit e75a9f62 authored by michael's avatar michael

set codec_tag


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2995 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 5591b429
......@@ -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:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment