Revision c46eeae2 libavcodec/svq1.c
libavcodec/svq1.c | ||
---|---|---|
37 | 37 |
#include "svq1_vlc.h" |
38 | 38 |
|
39 | 39 |
/* standard video sizes */ |
40 |
const struct svq1_frame_size ff_svq1_frame_size_table[8] = {
|
|
40 |
const struct svq1_frame_size ff_svq1_frame_size_table[7] = {
|
|
41 | 41 |
{ 160, 120 }, { 128, 96 }, { 176, 144 }, { 352, 288 }, |
42 |
{ 704, 576 }, { 240, 180 }, { 320, 240 }, { -1, -1 }
|
|
42 |
{ 704, 576 }, { 240, 180 }, { 320, 240 } |
|
43 | 43 |
}; |
Also available in: Unified diff