Commit ee76016c authored by Michael Niedermayer's avatar Michael Niedermayer

set codec_tag

Originally committed as revision 2995 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent a90466f7
...@@ -891,6 +891,7 @@ static int decode_stream_header(NUTContext *nut){ ...@@ -891,6 +891,7 @@ static int decode_stream_header(NUTContext *nut){
return AVERROR_NOMEM; return AVERROR_NOMEM;
class = get_v(bc); class = get_v(bc);
tmp = get_vb(bc); tmp = get_vb(bc);
st->codec.codec_tag= tmp;
switch(class) switch(class)
{ {
case 0: 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