1
0
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:
Michael Niedermayer 2004-04-10 20:11:00 +00:00
parent a90466f741
commit ee76016c79

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: