avformat/mpeg: Avoid dead assignment
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
e172f5e53a
commit
8d7d88135c
@ -210,7 +210,7 @@ static long mpegps_psm_parse(MpegDemuxContext *m, AVIOContext *pb)
|
|||||||
|
|
||||||
/* skip program_stream_info */
|
/* skip program_stream_info */
|
||||||
avio_skip(pb, ps_info_length);
|
avio_skip(pb, ps_info_length);
|
||||||
es_map_length = avio_rb16(pb);
|
/*es_map_length = */avio_rb16(pb);
|
||||||
/* Ignore es_map_length, trust psm_length */
|
/* Ignore es_map_length, trust psm_length */
|
||||||
es_map_length = psm_length - ps_info_length - 10;
|
es_map_length = psm_length - ps_info_length - 10;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user