]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/imcdata.h
assert() and note about odd len.
[ffmpeg] / libavcodec / imcdata.h
index 446bf0b176ef5ef66f2d82b3688dc1172768bc3c..75f4fd74493ec7f8d9e57785e4d97ea8f972ff36 100644 (file)
  * You should have received a copy of the GNU Lesser General Public
  * License along with FFmpeg; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
- *
  */
 
+#ifndef FFMPEG_IMCDATA_H
+#define FFMPEG_IMCDATA_H
+
 #include <stdint.h>
 
 static const uint16_t band_tab[33] = {
@@ -164,3 +166,4 @@ static const uint16_t imc_huffman_bits[4][4][18] = {
     }
 };
 
+#endif /* FFMPEG_IMCDATA_H */