]> git.sesse.net Git - ffmpeg/commit
lavf: drop the zero-sized packets hack
authorAnton Khirnov <anton@khirnov.net>
Thu, 1 May 2014 11:11:57 +0000 (13:11 +0200)
committerAnton Khirnov <anton@khirnov.net>
Thu, 15 May 2014 05:50:47 +0000 (07:50 +0200)
commitc9281a01b78cc3f09e36300a0ca3f5824d1c74cf
treecaef7560736b52bf48fa8d8df4e8ea1d1fd24221
parent0c1959b056f6ccaa2eee2c824352ba93c8e36d52
lavf: drop the zero-sized packets hack

There should not be any valid reason anymore for passing completely
empty packets to lavf.
OTOH side data-only packets can be useful.
libavformat/mux.c