mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-13 21:28:01 +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;
|
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:
|
||||||
|
Loading…
Reference in New Issue
Block a user