Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-1.1
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-1.1
Commits
fb1e2cb9
Commit
fb1e2cb9
authored
May 10, 2002
by
Laurent Aimar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* All: use input_ClockManageRef to do synchro.
parent
94bda0d1
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
67 additions
and
121 deletions
+67
-121
plugins/avi/avi.c
plugins/avi/avi.c
+65
-119
plugins/avi/avi.h
plugins/avi/avi.h
+2
-2
No files found.
plugins/avi/avi.c
View file @
fb1e2cb9
This diff is collapsed.
Click to expand it.
plugins/avi/avi.h
View file @
fb1e2cb9
...
...
@@ -2,7 +2,7 @@
* avi.h : AVI file Stream input module for vlc
*****************************************************************************
* Copyright (C) 2001 VideoLAN
* $Id: avi.h,v 1.
4 2002/05/02 10:54:34
fenrir Exp $
* $Id: avi.h,v 1.
5 2002/05/10 04:06:10
fenrir Exp $
* Authors: Laurent Aimar <fenrir@via.ecp.fr>
*
* This program is free software; you can redistribute it and/or modify
...
...
@@ -141,7 +141,7 @@ typedef struct AVIStreamInfo_s
typedef
struct
demux_data_avi_file_s
{
mtime_t
i_
date
;
mtime_t
i_
pcr
;
int
i_rate
;
riffchunk_t
*
p_riff
;
riffchunk_t
*
p_hdrl
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment