X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fsvq1.h;h=70b5c37be2def912c59ca95db8c285e6db8c87ec;hb=607ad990d31e6be52980970e5ce8cd25ab3de812;hp=b2055faa384b9e7da196b496a9766cbdbb6b8b47;hpb=ada12f836657648271972428b0e4a50c81eb7e15;p=ffmpeg diff --git a/libavcodec/svq1.h b/libavcodec/svq1.h index b2055faa384..70b5c37be2d 100644 --- a/libavcodec/svq1.h +++ b/libavcodec/svq1.h @@ -42,11 +42,6 @@ #define SVQ1_BLOCK_INTER_4V 2 #define SVQ1_BLOCK_INTRA 3 -struct svq1_frame_size { - uint16_t width; - uint16_t height; -}; - uint16_t ff_svq1_packet_checksum(const uint8_t *data, const int length, int value); @@ -59,6 +54,6 @@ extern const uint8_t ff_svq1_inter_multistage_vlc[6][8][2]; extern const uint16_t ff_svq1_intra_mean_vlc[256][2]; extern const uint16_t ff_svq1_inter_mean_vlc[512][2]; -extern const struct svq1_frame_size ff_svq1_frame_size_table[7]; +extern const uint16_t ff_svq1_frame_size_table[7][2]; #endif /* AVCODEC_SVQ1_H */