Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
99401fc5
Commit
99401fc5
authored
Jan 26, 2001
by
Christophe Massiot
Browse files
* Fix for field pictures.
parent
5a1ec867
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/video_parser/vpar_blocks.c
View file @
99401fc5
...
...
@@ -2,7 +2,7 @@
* vpar_blocks.c : blocks parsing
*****************************************************************************
* Copyright (C) 1999, 2000 VideoLAN
* $Id: vpar_blocks.c,v 1.7
3
2001/01/2
1 01:36:25
massiot Exp $
* $Id: vpar_blocks.c,v 1.7
4
2001/01/2
6 14:47:16
massiot Exp $
*
* Authors: Christophe Massiot <massiot@via.ecp.fr>
* Jean-Marc Dressler <polux@via.ecp.fr>
...
...
@@ -1601,7 +1601,7 @@ static __inline__ void InitMacroblock( vpar_thread_t * p_vpar,
}
p_mb
->
i_addb_l_stride
=
(
p_mb
->
i_l_stride
=
p_vpar
->
picture
.
i_l_stride
)
-
8
;
p_mb
->
i_addb_c_stride
=
(
p_mb
->
i_c_stride
=
p_vpar
->
picture
.
i_c_stride
)
-
8
;
p_mb
->
b_P_second
=
(
(
i_structure
=
=
p_vpar
->
picture
.
i_current_structure
)
p_mb
->
b_P_second
=
(
(
i_structure
!
=
p_vpar
->
picture
.
i_current_structure
)
&&
i_coding_type
==
P_CODING_TYPE
);
}
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment