]> git.sesse.net Git - ffmpeg/commit
svq1: replace struct svq1_frame_size with an array.
authorAnton Khirnov <anton@khirnov.net>
Sat, 26 Jan 2013 20:10:54 +0000 (21:10 +0100)
committerAnton Khirnov <anton@khirnov.net>
Wed, 6 Feb 2013 09:21:52 +0000 (10:21 +0100)
commit6ed9fc44badb256bdf235e700702bee46a9f6527
tree8db8e0bbabb2022ab36238f1a8b199d025569d42
parent99162f8d46db7ec02facae035c4ff573d2d8d612
svq1: replace struct svq1_frame_size with an array.

It is used as an array in svq1enc, so this is more correct.
libavcodec/svq1.c
libavcodec/svq1.h
libavcodec/svq1dec.c