]> git.sesse.net Git - ffmpeg/commit
avformat/hdsenc: Pass flags to child context
authorMichael Niedermayer <michael@niedermayer.cc>
Mon, 11 Apr 2016 01:59:12 +0000 (03:59 +0200)
committerMichael Niedermayer <michael@niedermayer.cc>
Mon, 11 Apr 2016 02:34:00 +0000 (04:34 +0200)
commit15fa01786ce6cd714e85e36e86b974fc6918f357
treea8c6354a271710cc9e6319dfe795f0ea77bf1580
parent0c9ad94e97baeb435ec6fc46ab19c16304a534dd
avformat/hdsenc: Pass flags to child context

This is needed as the bitexact flag is not in the codecpar context, and thus not copied

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