]> git.sesse.net Git - ffmpeg/commit
move packet interleaving function into AVOutputFormat, so it can be overriden easily...
authorMichael Niedermayer <michaelni@gmx.at>
Wed, 29 Sep 2004 23:25:01 +0000 (23:25 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Wed, 29 Sep 2004 23:25:01 +0000 (23:25 +0000)
commitfe2d6fe2359b153eee827906140e62f710496a37
treeec8ff76865fbcb3c7c1a1fa9cf1fc85ec6eb8b67
parentd1fb157dd79c6e1e02142e9f3ae81e454b8257e8
move packet interleaving function into AVOutputFormat, so it can be overriden easily instead of doing reordering twice if the muxer needs some other interleaving then dts based

Originally committed as revision 3540 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavformat/avformat.h
libavformat/utils.c