Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-gpu
Commits
16c53070
Commit
16c53070
authored
Jul 27, 2001
by
Christophe Massiot
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Disabled Dual Prime Arithmetic message for the release :-p.
parent
425c22f4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
src/video_decoder/vpar_blocks.c
src/video_decoder/vpar_blocks.c
+3
-3
No files found.
src/video_decoder/vpar_blocks.c
View file @
16c53070
...
...
@@ -2,7 +2,7 @@
* vpar_blocks.c : blocks parsing
*****************************************************************************
* Copyright (C) 1999, 2000 VideoLAN
* $Id: vpar_blocks.c,v 1.
4 2001/07/18 17:05:39
massiot Exp $
* $Id: vpar_blocks.c,v 1.
5 2001/07/27 09:17:38
massiot Exp $
*
* Authors: Christophe Massiot <massiot@via.ecp.fr>
* Jean-Marc Dressler <polux@via.ecp.fr>
...
...
@@ -1348,8 +1348,8 @@ static __inline__ void MotionVector( vpar_thread_t * p_vpar,
/* Dual Prime Arithmetic (ISO/IEC 13818-2 section 7.6.3.6). */
/* FIXME */
intf_Msg
(
"Your stream uses Dual Prime Arithmetic. Please send a mail"
"
to massiot@via.ecp.fr for debugging purposes. Thank you."
);
//
intf_Msg( "Your stream uses Dual Prime Arithmetic. Please send a mail"
// "
to massiot@via.ecp.fr for debugging purposes. Thank you." );
#define i_mv_x p_mb->pppi_motion_vectors[0][0][0]
if
(
i_structure
==
FRAME_STRUCTURE
)
...
...
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