Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
FFmpeg
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
libremedia
Tethys
FFmpeg
Commits
8bbd8c8d
Commit
8bbd8c8d
authored
7 years ago
by
James Almer
Browse files
Options
Downloads
Patches
Plain Diff
fate: remove missing references to ffm
Missed in
c17f4761
. Signed-off-by:
James Almer
<
jamrial@gmail.com
>
parent
c693af19
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
tests/fate/avformat.mak
+0
-1
0 additions, 1 deletion
tests/fate/avformat.mak
tests/fate/seek.mak
+0
-2
0 additions, 2 deletions
tests/fate/seek.mak
with
0 additions
and
3 deletions
tests/fate/avformat.mak
+
0
−
1
View file @
8bbd8c8d
...
@@ -9,7 +9,6 @@ FATE_LAVF-$(call ENCDEC, BMP, IMAGE2) += bmp
...
@@ -9,7 +9,6 @@ FATE_LAVF-$(call ENCDEC, BMP, IMAGE2) += bmp
FATE_LAVF-
$(
call
ENCDEC, PCM_S16BE, CAF
)
+=
caf
FATE_LAVF-
$(
call
ENCDEC, PCM_S16BE, CAF
)
+=
caf
FATE_LAVF-
$(
call
ENCDEC, DPX, IMAGE2
)
+=
dpx
FATE_LAVF-
$(
call
ENCDEC, DPX, IMAGE2
)
+=
dpx
FATE_LAVF-
$(
call
ENCDEC2, DVVIDEO, PCM_S16LE, AVI
)
+=
dv_fmt
FATE_LAVF-
$(
call
ENCDEC2, DVVIDEO, PCM_S16LE, AVI
)
+=
dv_fmt
FATE_LAVF-
$(
call
ENCDEC2, MPEG1VIDEO, MP2, FFM
)
+=
ffm
FATE_LAVF-
$(
call
ENCDEC, FITS, FITS
)
+=
fits
FATE_LAVF-
$(
call
ENCDEC, FITS, FITS
)
+=
fits
FATE_LAVF-
$(
call
ENCDEC, RAWVIDEO, FILMSTRIP
)
+=
flm
FATE_LAVF-
$(
call
ENCDEC, RAWVIDEO, FILMSTRIP
)
+=
flm
FATE_LAVF-
$(
call
ENCDEC, FLV, FLV
)
+=
flv_fmt
FATE_LAVF-
$(
call
ENCDEC, FLV, FLV
)
+=
flv_fmt
...
...
This diff is collapsed.
Click to expand it.
tests/fate/seek.mak
+
0
−
2
View file @
8bbd8c8d
...
@@ -168,7 +168,6 @@ FATE_SEEK_LAVF-$(call ENCDEC, PCM_S16BE, AU) += au
...
@@ -168,7 +168,6 @@ FATE_SEEK_LAVF-$(call ENCDEC, PCM_S16BE, AU) += au
FATE_SEEK_LAVF-
$(
call
ENCDEC2, MPEG4, MP2, AVI
)
+=
avi
FATE_SEEK_LAVF-
$(
call
ENCDEC2, MPEG4, MP2, AVI
)
+=
avi
FATE_SEEK_LAVF-
$(
call
ENCDEC, BMP, IMAGE2
)
+=
bmp
FATE_SEEK_LAVF-
$(
call
ENCDEC, BMP, IMAGE2
)
+=
bmp
FATE_SEEK_LAVF-
$(
call
ENCDEC2, DVVIDEO, PCM_S16LE, AVI
)
+=
dv_fmt
FATE_SEEK_LAVF-
$(
call
ENCDEC2, DVVIDEO, PCM_S16LE, AVI
)
+=
dv_fmt
FATE_SEEK_LAVF-
$(
call
ENCDEC2, MPEG1VIDEO, MP2, FFM
)
+=
ffm
FATE_SEEK_LAVF-
$(
call
ENCDEC, FLV, FLV
)
+=
flv_fmt
FATE_SEEK_LAVF-
$(
call
ENCDEC, FLV, FLV
)
+=
flv_fmt
FATE_SEEK_LAVF-
$(
call
ENCDEC, GIF, IMAGE2
)
+=
gif
FATE_SEEK_LAVF-
$(
call
ENCDEC, GIF, IMAGE2
)
+=
gif
FATE_SEEK_LAVF-
$(
call
ENCDEC2, MPEG2VIDEO, PCM_S16LE, GXF
)
+=
gxf
FATE_SEEK_LAVF-
$(
call
ENCDEC2, MPEG2VIDEO, PCM_S16LE, GXF
)
+=
gxf
...
@@ -210,7 +209,6 @@ fate-seek-lavf-au: SRC = lavf/lavf.au
...
@@ -210,7 +209,6 @@ fate-seek-lavf-au: SRC = lavf/lavf.au
fate-seek-lavf-avi
:
SRC = lavf/lavf.avi
fate-seek-lavf-avi
:
SRC = lavf/lavf.avi
fate-seek-lavf-bmp
:
SRC = images/bmp/%02d.bmp
fate-seek-lavf-bmp
:
SRC = images/bmp/%02d.bmp
fate-seek-lavf-dv_fmt
:
SRC = lavf/lavf.dv
fate-seek-lavf-dv_fmt
:
SRC = lavf/lavf.dv
fate-seek-lavf-ffm
:
SRC = lavf/lavf.ffm
fate-seek-lavf-flv_fmt
:
SRC = lavf/lavf.flv
fate-seek-lavf-flv_fmt
:
SRC = lavf/lavf.flv
fate-seek-lavf-gif
:
SRC = lavf/lavf.gif
fate-seek-lavf-gif
:
SRC = lavf/lavf.gif
fate-seek-lavf-gxf
:
SRC = lavf/lavf.gxf
fate-seek-lavf-gxf
:
SRC = lavf/lavf.gxf
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment