OSDN Git Service

avcodec/ffv1: Initialize vlc_state on allocation
authorMichael Niedermayer <michael@niedermayer.cc>
Sat, 17 Oct 2015 00:13:42 +0000 (02:13 +0200)
committerMichael Niedermayer <michael@niedermayer.cc>
Sat, 17 Oct 2015 00:18:22 +0000 (02:18 +0200)
commita878dfa4f57d068eb69fb6614f7a4a20f769ee7b
tree883c19044a5413ad10937daab5308a4632f0ac41
parentcf52ae003b427fbecdf82b7e99b829ccb299a0f4
avcodec/ffv1: Initialize vlc_state on allocation

This ensures that they are always set to valid values
Fixes Ticket4939

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