]> git.sesse.net Git - vlc/commit
Check for codec specific pitches alignment in avcodec.
authorLaurent Aimar <fenrir@videolan.org>
Fri, 26 Feb 2010 19:36:29 +0000 (20:36 +0100)
committerLaurent Aimar <fenrir@videolan.org>
Fri, 26 Feb 2010 19:59:55 +0000 (20:59 +0100)
commitc228c356bb5bbac52edf06c0ba9dbdeb48bdb55f
treeffe08b70b68360d840e5d7f923976257b9fdbb70
parentc935a03f2f5bddaef3ff4b3ea06684607338df2d
Check for codec specific pitches alignment in avcodec.

 It is ugly to have this list of codec id (as it can become unsynchronized), but
ffmpeg does not provide a way to retreive this information :(
modules/codec/avcodec/video.c