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
b404d41b
Commit
b404d41b
authored
7 years ago
by
Michael Niedermayer
Browse files
Options
Downloads
Patches
Plain Diff
fate: Fix fate-mov-bbi-elst-starts-b on ARM
parent
0091a54f
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
tests/fate/mov.mak
+1
-1
1 addition, 1 deletion
tests/fate/mov.mak
tests/ref/fate/mov-bbi-elst-starts-b
+226
-226
226 additions, 226 deletions
tests/ref/fate/mov-bbi-elst-starts-b
with
227 additions
and
227 deletions
tests/fate/mov.mak
+
1
−
1
View file @
b404d41b
...
@@ -67,7 +67,7 @@ fate-mov-frag-overlap: CMD = framemd5 -i $(TARGET_SAMPLES)/mov/frag_overlap.mp4
...
@@ -67,7 +67,7 @@ fate-mov-frag-overlap: CMD = framemd5 -i $(TARGET_SAMPLES)/mov/frag_overlap.mp4
# Makes sure that we pick the right frames according to edit list when there is no keyframe with PTS < edit list start.
# Makes sure that we pick the right frames according to edit list when there is no keyframe with PTS < edit list start.
# For example, when video starts on a B-frame, and edit list starts on that B-frame too.
# For example, when video starts on a B-frame, and edit list starts on that B-frame too.
# GOP structure : B B I in presentation order.
# GOP structure : B B I in presentation order.
fate-mov-bbi-elst-starts-b
:
CMD = framemd5 -flags +bitexact -i $(TARGET_SAMPLES)/h264/twofields_packet.mp4
fate-mov-bbi-elst-starts-b
:
CMD = framemd5 -flags +bitexact
-acodec aac_fixed
-i $(TARGET_SAMPLES)/h264/twofields_packet.mp4
fate-mov-aac-2048-priming
:
CMD = run ffprobe$(PROGSSUF)$(EXESUF) -show_packets -print_format compact $(TARGET_SAMPLES)/mov/aac-2048-priming.mov
fate-mov-aac-2048-priming
:
CMD = run ffprobe$(PROGSSUF)$(EXESUF) -show_packets -print_format compact $(TARGET_SAMPLES)/mov/aac-2048-priming.mov
...
...
This diff is collapsed.
Click to expand it.
tests/ref/fate/mov-bbi-elst-starts-b
+
226
−
226
View file @
b404d41b
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