Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
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
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
a06f943f
Commit
a06f943f
authored
Oct 19, 2012
by
Michael Niedermayer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
roqvideodec: replace dead code by assert
Fixes CID732195 Signed-off-by:
Michael Niedermayer
<
michaelni@gmx.at
>
parent
c0b17ea1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
roqvideodec.c
libavcodec/roqvideodec.c
+2
-1
No files found.
libavcodec/roqvideodec.c
View file @
a06f943f
...
...
@@ -25,6 +25,7 @@
* http://www.csse.monash.edu.au/~timf/
*/
#include "libavutil/avassert.h"
#include "avcodec.h"
#include "bytestream.h"
#include "roqvideo.h"
...
...
@@ -149,7 +150,7 @@ static void roqvideo_decode_frame(RoqContext *ri)
}
break
;
default:
av_
log
(
ri
->
avctx
,
AV_LOG_ERROR
,
"Unknown vq code: %d
\n
"
,
vqid
);
av_
assert2
(
0
);
}
}
...
...
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