Check for codec specific pitches alignment in avcodec.
commitc228c356bb5bbac52edf06c0ba9dbdeb48bdb55f
authorLaurent Aimar <fenrir@videolan.org>
Fri, 26 Feb 2010 19:36:29 +0000 (26 20:36 +0100)
committerLaurent Aimar <fenrir@videolan.org>
Fri, 26 Feb 2010 19:59:55 +0000 (26 20:59 +0100)
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