]> git.sesse.net Git - ffmpeg/commit
avcodec/rawenc: Use AVFrame parameters instead of AVCodecContext
authorMichael Niedermayer <michael@niedermayer.cc>
Sat, 5 Sep 2015 09:56:23 +0000 (11:56 +0200)
committerMichael Niedermayer <michael@niedermayer.cc>
Sat, 5 Sep 2015 09:56:23 +0000 (11:56 +0200)
commitc41a59330f49c16acfa9b0552608fa1f41a0d823
treefea6895f6fa3aaab77e2829ac3bbd42cfaacc35e
parent5d859e59809f38334592fc43f8ae70a23b5a9597
avcodec/rawenc: Use AVFrame parameters instead of AVCodecContext

This allows encoding raw frames with changing dimensions

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