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
aca25104
Commit
aca25104
authored
Sep 11, 2013
by
Christian Schmidt
Committed by
Luca Barbato
Sep 13, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pcm-dvd: Minor leftovers
Drop a pointless branch in uninit and use the compact copyright.
parent
d9cdb7d8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
pcm-dvd.c
libavcodec/pcm-dvd.c
+2
-3
No files found.
libavcodec/pcm-dvd.c
View file @
aca25104
/*
* LPCM codecs for PCM formats found in Video DVD streams
* Copyright (c) 20
09-20
13 Christian Schmidt
* Copyright (c) 2013 Christian Schmidt
*
* This file is part of Libav.
*
...
...
@@ -54,8 +54,7 @@ static av_cold int pcm_dvd_decode_uninit(AVCodecContext *avctx)
{
PCMDVDContext
*
s
=
avctx
->
priv_data
;
if
(
s
->
extra_samples
)
av_free
(
s
->
extra_samples
);
av_freep
(
&
s
->
extra_samples
);
return
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