This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
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
a90466f741
commit
ee76016c79
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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:
Write
Preview
Loading…
Cancel
Save