Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
F
ffmpeg
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
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
ffmpeg
Commits
b6ff81d6
Commit
b6ff81d6
authored
Feb 23, 2012
by
Nicolas George
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
sbgdec: read_seek was undeprecated.
parent
42655b24
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
sbgdec.c
libavformat/sbgdec.c
+0
-4
No files found.
libavformat/sbgdec.c
View file @
b6ff81d6
...
@@ -1473,13 +1473,11 @@ static int sbg_read_seek2(AVFormatContext *avf, int stream_index,
...
@@ -1473,13 +1473,11 @@ static int sbg_read_seek2(AVFormatContext *avf, int stream_index,
return
0
;
return
0
;
}
}
#if FF_API_READ_SEEK
static
int
sbg_read_seek
(
AVFormatContext
*
avf
,
int
stream_index
,
static
int
sbg_read_seek
(
AVFormatContext
*
avf
,
int
stream_index
,
int64_t
ts
,
int
flags
)
int64_t
ts
,
int
flags
)
{
{
return
sbg_read_seek2
(
avf
,
stream_index
,
ts
,
ts
,
ts
,
0
);
return
sbg_read_seek2
(
avf
,
stream_index
,
ts
,
ts
,
ts
,
0
);
}
}
#endif
static
const
AVOption
sbg_options
[]
=
{
static
const
AVOption
sbg_options
[]
=
{
{
"sample_rate"
,
""
,
offsetof
(
struct
sbg_demuxer
,
sample_rate
),
{
"sample_rate"
,
""
,
offsetof
(
struct
sbg_demuxer
,
sample_rate
),
...
@@ -1508,9 +1506,7 @@ AVInputFormat ff_sbg_demuxer = {
...
@@ -1508,9 +1506,7 @@ AVInputFormat ff_sbg_demuxer = {
.
read_probe
=
sbg_read_probe
,
.
read_probe
=
sbg_read_probe
,
.
read_header
=
sbg_read_header
,
.
read_header
=
sbg_read_header
,
.
read_packet
=
sbg_read_packet
,
.
read_packet
=
sbg_read_packet
,
#if FF_API_READ_SEEK
.
read_seek
=
sbg_read_seek
,
.
read_seek
=
sbg_read_seek
,
#endif
.
read_seek2
=
sbg_read_seek2
,
.
read_seek2
=
sbg_read_seek2
,
.
extensions
=
"sbg"
,
.
extensions
=
"sbg"
,
.
priv_class
=
&
sbg_demuxer_class
,
.
priv_class
=
&
sbg_demuxer_class
,
...
...
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