]> git.sesse.net Git - ffmpeg/commit
lavc: Move start code finding to utils.c
authorMartin Storsjö <martin@martin.st>
Mon, 25 Mar 2013 10:42:57 +0000 (12:42 +0200)
committerMartin Storsjö <martin@martin.st>
Tue, 26 Mar 2013 07:48:12 +0000 (09:48 +0200)
commit75644335b907919057960716508477239c26fed4
treec5caa37705a00b1ecd01ac603d04e349844b58af
parent613a37eca4c7b8eefceaa3e0231c23ad090ca94f
lavc: Move start code finding to utils.c

This allows dropping the mpegvideo dependency from a number of
components.

This also fixes standalone building of the h264 parser, which
was broken in 64e438697.

Signed-off-by: Martin Storsjö <martin@martin.st>
configure
libavcodec/mpegvideo.c
libavcodec/utils.c