Browse Source

set codec_tag

Originally committed as revision 2995 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Michael Niedermayer 21 years ago
parent
commit
ee76016c79
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      libavformat/nut.c

+ 1
- 0
libavformat/nut.c 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:


Loading…
Cancel
Save