summaryrefslogtreecommitdiff
path: root/libavcodec/rv10enc.c
Commit message (Collapse)AuthorAge
* Mark all pix_fmts and supported_framerates compound literals as const.Reimar Döffinger2009-09-06
| | | | | | Makes no difference for gcc but at least icc can put them in .rodata then. Originally committed as revision 19789 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Split RV10 encoder off into its own file.Diego Biurrun2009-08-03
Originally committed as revision 19579 to svn://svn.ffmpeg.org/ffmpeg/trunk