mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
set codec_tag
Originally committed as revision 2995 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
a90466f741
commit
ee76016c79
@ -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…
Reference in New Issue
Block a user