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
ab9545a2
Commit
ab9545a2
authored
Oct 30, 2012
by
Martin Storsjö
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cng: Reindent some incorrectly indented lines
Signed-off-by:
Martin Storsjö
<
martin@martin.st
>
parent
6b68223d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
cngdec.c
libavcodec/cngdec.c
+1
-1
cngenc.c
libavcodec/cngenc.c
+1
-1
No files found.
libavcodec/cngdec.c
View file @
ab9545a2
...
@@ -102,7 +102,7 @@ static void cng_decode_flush(AVCodecContext *avctx)
...
@@ -102,7 +102,7 @@ static void cng_decode_flush(AVCodecContext *avctx)
}
}
static
int
cng_decode_frame
(
AVCodecContext
*
avctx
,
void
*
data
,
static
int
cng_decode_frame
(
AVCodecContext
*
avctx
,
void
*
data
,
int
*
got_frame_ptr
,
AVPacket
*
avpkt
)
int
*
got_frame_ptr
,
AVPacket
*
avpkt
)
{
{
CNGContext
*
p
=
avctx
->
priv_data
;
CNGContext
*
p
=
avctx
->
priv_data
;
...
...
libavcodec/cngenc.c
View file @
ab9545a2
...
@@ -67,7 +67,7 @@ static av_cold int cng_encode_init(AVCodecContext *avctx)
...
@@ -67,7 +67,7 @@ static av_cold int cng_encode_init(AVCodecContext *avctx)
}
}
static
int
cng_encode_frame
(
AVCodecContext
*
avctx
,
AVPacket
*
avpkt
,
static
int
cng_encode_frame
(
AVCodecContext
*
avctx
,
AVPacket
*
avpkt
,
const
AVFrame
*
frame
,
int
*
got_packet_ptr
)
const
AVFrame
*
frame
,
int
*
got_packet_ptr
)
{
{
CNGContext
*
p
=
avctx
->
priv_data
;
CNGContext
*
p
=
avctx
->
priv_data
;
int
ret
,
i
;
int
ret
,
i
;
...
...
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