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
bb815dfc
Commit
bb815dfc
authored
Oct 10, 2014
by
Diego Biurrun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
g2meet: K&R formatting cosmetics
parent
c4d37cd9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
g2meet.c
libavcodec/g2meet.c
+4
-2
No files found.
libavcodec/g2meet.c
View file @
bb815dfc
...
...
@@ -28,11 +28,12 @@
#include <zlib.h>
#include "libavutil/intreadwrite.h"
#include "avcodec.h"
#include "blockdsp.h"
#include "bytestream.h"
#include "idctdsp.h"
#include "get_bits.h"
#include "idctdsp.h"
#include "internal.h"
#include "jpegtables.h"
#include "mjpeg.h"
...
...
@@ -263,7 +264,8 @@ static int jpg_decode_data(JPGContext *c, int width, int height,
for
(
i
=
0
;
i
<
3
;
i
++
)
c
->
prev_dc
[
i
]
=
1024
;
bx
=
by
=
0
;
bx
=
by
=
0
;
c
->
bdsp
.
clear_blocks
(
c
->
block
[
0
]);
for
(
mb_y
=
0
;
mb_y
<
mb_h
;
mb_y
++
)
{
for
(
mb_x
=
0
;
mb_x
<
mb_w
;
mb_x
++
)
{
...
...
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