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
fix preface version
Originally committed as revision 17421 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Baptiste Coudurier
17 years ago
parent
50ced76f4b
commit
6739fa54b8
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavformat/mxfenc.c
+ 1
- 1
libavformat/mxfenc.c
View File
@@ -452,7 +452,7 @@ static void mxf_write_preface(AVFormatContext *s)
// write version
mxf_write_local_tag(pb, 2, 0x3B05);
put_be16(pb,
1);
put_be16(pb,
258); // v1.2
// write identification_refs
mxf_write_local_tag(pb, 16 + 8, 0x3B06);
Write
Preview
Loading…
Cancel
Save