]> git.sesse.net Git - ffmpeg/commit
avutil/frame: Assert that width/height/channels is 0 for the destination of av_frame...
authorMichael Niedermayer <michael@niedermayer.cc>
Tue, 8 Mar 2016 17:44:34 +0000 (18:44 +0100)
committerMichael Niedermayer <michael@niedermayer.cc>
Sun, 5 Jun 2016 15:12:35 +0000 (17:12 +0200)
commit13aae86a2b652360256f52ff292fb2fb0804cbc6
tree2df9bb74751bfa8997087e911d08b46c9eeee436
parent3bc060f36676a738604289fd446069d5e17f979a
avutil/frame: Assert that width/height/channels is 0 for the destination of av_frame*_ref()

This should detect caes where these functions are called in unclean destinations
libavutil/frame.c