This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
mmvideo: remove unused variable
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n0.11
Michael Niedermayer
14 years ago
parent
bf521d5a5b
commit
67c90d2605
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
libavcodec/mmvideo.c
+ 2
- 2
libavcodec/mmvideo.c
View File
@@ -85,8 +85,8 @@ static int mm_decode_pal(MmContext *s)
*/
static int mm_decode_intra(MmContext * s, int half_horiz, int half_vert)
{
int
i,
x, y;
i=0;
x=0; y=0;
int x, y;
x=0; y=0;
while (bytestream2_get_bytes_left(&s->gb) > 0) {
int run_length, color;
Write
Preview
Loading…
Cancel
Save