projects
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
44d2a98
)
cin audio: remove unneeded AVCodecContext pointer from CinAudioContext
author
Justin Ruggles
<justin.ruggles@gmail.com>
Thu, 27 Oct 2011 17:28:33 +0000
(13:28 -0400)
committer
Justin Ruggles
<justin.ruggles@gmail.com>
Sat, 29 Oct 2011 20:43:40 +0000
(16:43 -0400)
libavcodec/dsicinav.c
patch
|
blob
|
blame
|
history
diff --git
a/libavcodec/dsicinav.c
b/libavcodec/dsicinav.c
index
3b545e7
..
953d232
100644
(file)
--- a/
libavcodec/dsicinav.c
+++ b/
libavcodec/dsicinav.c
@@
-43,7
+43,6
@@
typedef struct CinVideoContext {
} CinVideoContext;
typedef struct CinAudioContext {
- AVCodecContext *avctx;
int initial_decode_frame;
int delta;
} CinAudioContext;
@@
-308,7
+307,6
@@
static av_cold int cinaudio_decode_init(AVCodecContext *avctx)
{
CinAudioContext *cin = avctx->priv_data;
- cin->avctx = avctx;
cin->initial_decode_frame = 1;
cin->delta = 0;
avctx->sample_fmt = AV_SAMPLE_FMT_S16;