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
bc57d09c
Commit
bc57d09c
authored
May 12, 2002
by
Laurent Aimar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* All: simplifications.
parent
e3c06996
Changes
2
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
106 additions
and
219 deletions
+106
-219
plugins/ffmpeg/ffmpeg.c
plugins/ffmpeg/ffmpeg.c
+101
-213
plugins/ffmpeg/ffmpeg.h
plugins/ffmpeg/ffmpeg.h
+5
-6
No files found.
plugins/ffmpeg/ffmpeg.c
View file @
bc57d09c
This diff is collapsed.
Click to expand it.
plugins/ffmpeg/ffmpeg.h
View file @
bc57d09c
...
...
@@ -2,7 +2,7 @@
* ffmpeg_vdec.h: video decoder using ffmpeg library
*****************************************************************************
* Copyright (C) 2001 VideoLAN
* $Id: ffmpeg.h,v 1.
1 2002/04/23 23:44:36
fenrir Exp $
* $Id: ffmpeg.h,v 1.
2 2002/05/12 06:51:08
fenrir Exp $
*
* Authors: Laurent Aimar <fenrir@via.ecp.fr>
*
...
...
@@ -47,11 +47,10 @@ typedef struct videodec_thread_s
AVCodecContext
context
,
*
p_context
;
AVCodec
*
p_codec
;
vout_thread_t
*
p_vout
;
int
i_aspect
;
u32
i_chroma
;
char
*
psz_namecodec
;
/* private */
data_packet_t
*
p_data
;
byte_t
*
p_buff
;
int
i_data_size
;
mtime_t
i_pts
;
int
i_framesize
;
byte_t
*
p_framedata
;
}
videodec_thread_t
;
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