mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-06-21 23:00:04 +08:00
set codec_tag
Originally committed as revision 2995 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@ -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:
|
||||||
|
Reference in New Issue
Block a user