]> git.sesse.net Git - ffmpeg/commit
avutil/pixdesc: dont try to use av_read_image_line() with bayer formats
authorMichael Niedermayer <michaelni@gmx.at>
Fri, 13 Sep 2013 18:51:41 +0000 (20:51 +0200)
committerMichael Niedermayer <michaelni@gmx.at>
Fri, 13 Sep 2013 18:51:41 +0000 (20:51 +0200)
commitf3ba91a3f1d9e99aebfe22278b0633f996e3fbe1
treeab7b457448613d18d281ad53708ada38d2ff2f30
parenta25585bb50720ca14c34c297a82435774b40441e
avutil/pixdesc: dont try to use av_read_image_line() with bayer formats

It has undefined behavior ATM as its not supported.

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavutil/pixdesc.c