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
e832d769
Commit
e832d769
authored
Oct 08, 2018
by
Martin Vignali
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
avcodec/proresenc_aw : use for frame flag in the header the same value than the official encoder
parent
c51b36ec
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
5 deletions
+5
-5
proresenc_anatoliy.c
libavcodec/proresenc_anatoliy.c
+1
-1
vsynth1-prores
tests/ref/vsynth/vsynth1-prores
+1
-1
vsynth2-prores
tests/ref/vsynth/vsynth2-prores
+1
-1
vsynth3-prores
tests/ref/vsynth/vsynth3-prores
+1
-1
vsynth_lena-prores
tests/ref/vsynth/vsynth_lena-prores
+1
-1
No files found.
libavcodec/proresenc_anatoliy.c
View file @
e832d769
...
...
@@ -553,7 +553,7 @@ static int prores_encode_frame(AVCodecContext *avctx, AVPacket *pkt,
if
(
avctx
->
profile
==
FF_PROFILE_PRORES_444
)
{
*
buf
++
=
0xC2
;
// 444, not interlaced
}
else
{
*
buf
++
=
0x8
3
;
// 422, not interlaced
*
buf
++
=
0x8
2
;
// 422, not interlaced
}
*
buf
++
=
0
;
*
buf
++
=
pict
->
color_primaries
;
...
...
tests/ref/vsynth/vsynth1-prores
View file @
e832d769
27a1293adf92cc0330652e4e81a9328d
*tests/data/fate/vsynth1-prores.mov
ec1d32acb0f6035ca45ad7d395d4a586
*tests/data/fate/vsynth1-prores.mov
5022821 tests/data/fate/vsynth1-prores.mov
fb4a9e025d12afc0dbbca8d82831858f *tests/data/fate/vsynth1-prores.out.rawvideo
stddev: 2.47 PSNR: 40.27 MAXDIFF: 31 bytes: 7603200/ 7603200
tests/ref/vsynth/vsynth2-prores
View file @
e832d769
71d83e64060c122f440b288a042f7c0b
*tests/data/fate/vsynth2-prores.mov
27fa0f1ecb2dbe1510582ec6d01cc81d
*tests/data/fate/vsynth2-prores.mov
3260123 tests/data/fate/vsynth2-prores.mov
416fa8773615889c70491452428d6710 *tests/data/fate/vsynth2-prores.out.rawvideo
stddev: 1.38 PSNR: 45.29 MAXDIFF: 12 bytes: 7603200/ 7603200
tests/ref/vsynth/vsynth3-prores
View file @
e832d769
f41aa3ce23eea73be3e207d5d0f18219
*tests/data/fate/vsynth3-prores.mov
6afd345a8f799d0459229349a30497cd
*tests/data/fate/vsynth3-prores.mov
105367 tests/data/fate/vsynth3-prores.mov
fff5e7ad21d78501c8fa4749bf4bf289 *tests/data/fate/vsynth3-prores.out.rawvideo
stddev: 2.80 PSNR: 39.17 MAXDIFF: 27 bytes: 86700/ 86700
tests/ref/vsynth/vsynth_lena-prores
View file @
e832d769
09ef7f879fa65d6626dde9a88f1674c9
*tests/data/fate/vsynth_lena-prores.mov
952c0dfde2b3d238c2ef411782f309a6
*tests/data/fate/vsynth_lena-prores.mov
2844076 tests/data/fate/vsynth_lena-prores.mov
03fd29e3963716a09d232b6f817ecb57 *tests/data/fate/vsynth_lena-prores.out.rawvideo
stddev: 1.31 PSNR: 45.77 MAXDIFF: 11 bytes: 7603200/ 7603200
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