summaryrefslogtreecommitdiff
path: root/libavcodec/h264_ps.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-05-06 00:03:57 +0200
committerMichael Niedermayer <michaelni@gmx.at>2013-05-06 00:37:47 +0200
commitedabbfbaf2c9bc478edc6169cd7714da68ba70b5 (patch)
treed0d7a4e84ae6e76e30c0c28c94c62786ff172382 /libavcodec/h264_ps.c
parent26482ae716ba0966e75b4a8e8df76529baae3d54 (diff)
ff_h264_decode_seq_parameter_set: dont set h->sps
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/h264_ps.c')
-rw-r--r--libavcodec/h264_ps.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libavcodec/h264_ps.c b/libavcodec/h264_ps.c
index 0cf86c2b1d..42a6903eef 100644
--- a/libavcodec/h264_ps.c
+++ b/libavcodec/h264_ps.c
@@ -544,8 +544,6 @@ int ff_h264_decode_seq_parameter_set(H264Context *h){
av_free(h->sps_buffers[sps_id]);
h->sps_buffers[sps_id] = sps;
- h->sps = *sps;
- h->current_sps_id = sps_id;
return 0;
fail: