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
correct comment about seek function
Originally committed as revision 8797 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Baptiste Coudurier
18 years ago
parent
85b1a7222d
commit
2f8fe719c6
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavformat/mxf.c
+ 1
- 1
libavformat/mxf.c
View File
@@ -991,7 +991,7 @@ static int mxf_probe(AVProbeData *p) {
return 0;
return 0;
}
}
/* rudimentary b
inar
y seek */
/* rudimentary by
te
seek */
/* XXX: use MXF Index */
/* XXX: use MXF Index */
static int mxf_read_seek(AVFormatContext *s, int stream_index, int64_t sample_time, int flags)
static int mxf_read_seek(AVFormatContext *s, int stream_index, int64_t sample_time, int flags)
{
{
Write
Preview
Loading…
Cancel
Save