Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
94988531
Commit
94988531
authored
Jul 25, 2002
by
Fabrice Bellard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
more consistent naming
Originally committed as revision 802 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
fb025625
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
6 deletions
+7
-6
avformat.h
libav/avformat.h
+7
-6
No files found.
libav/avformat.h
View file @
94988531
#ifndef AVFORMAT_H
#define AVFORMAT_H
#define LIBAV_VERSION_INT 0x000406
#define LIBAV_VERSION "0.4.6"
#define LIBAV_BUILD 4601
#define LIBAV
FORMAT
_VERSION_INT 0x000406
#define LIBAV
FORMAT
_VERSION "0.4.6"
#define LIBAV
FORMAT
_BUILD 4601
#include "avcodec.h"
...
...
@@ -232,9 +232,7 @@ AVOutputFormat *guess_format(const char *short_name,
void
av_hex_dump
(
UINT8
*
buf
,
int
size
);
void
register_all
(
void
);
INT64
gettime
(
void
);
void
av_register_all
(
void
);
typedef
struct
FifoBuffer
{
UINT8
*
buffer
;
...
...
@@ -249,6 +247,7 @@ void fifo_write(FifoBuffer *f, UINT8 *buf, int size, UINT8 **wptr_ptr);
/* media file input */
AVInputFormat
*
av_find_input_format
(
const
char
*
short_name
);
AVInputFormat
*
av_probe_input_format
(
AVProbeData
*
pd
,
int
is_opened
);
int
av_open_input_file
(
AVFormatContext
**
ic_ptr
,
const
char
*
filename
,
AVInputFormat
*
fmt
,
int
buf_size
,
...
...
@@ -278,6 +277,8 @@ void dump_format(AVFormatContext *ic,
int
parse_image_size
(
int
*
width_ptr
,
int
*
height_ptr
,
const
char
*
str
);
INT64
parse_date
(
const
char
*
datestr
,
int
duration
);
INT64
av_gettime
(
void
);
/* ffm specific for ffserver */
#define FFM_PACKET_SIZE 4096
offset_t
ffm_read_write_index
(
int
fd
);
...
...
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