]> git.sesse.net Git - ffmpeg/commit
avcodec/g729_parser: Replace codec_id check by assert
authorMichael Niedermayer <michael@niedermayer.cc>
Tue, 11 Aug 2015 20:53:36 +0000 (22:53 +0200)
committerMichael Niedermayer <michael@niedermayer.cc>
Tue, 11 Aug 2015 21:16:35 +0000 (23:16 +0200)
commit8992029fc0a4dd9df16f8cb46cfb641c98fc9f6c
tree459459e0f67d2d1bc3d43ea346103891725d4327
parent0581ab2cacccb96740ef246972f12d7a34f1cc0f
avcodec/g729_parser: Replace codec_id check by assert

A parser should never be called with a mismatching codec

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
libavcodec/g729_parser.c