]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/h261.h
lavc: add a null bitstream filter
[ffmpeg] / libavcodec / h261.h
index a1a0a415bb1ceae51da322a8342e588a136e398f..fdfe56098ba4bf7cf8d4819d2ec82e1e8a2addea 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * H261 decoder
+ * H.261 codec
  * Copyright (c) 2002-2004 Michael Niedermayer <michaelni@gmx.at>
  * Copyright (c) 2004 Maarten Daniels
  *
@@ -22,7 +22,7 @@
 
 /**
  * @file
- * h261codec.
+ * H.261 codec.
  */
 
 #ifndef AVCODEC_H261_H
@@ -61,6 +61,7 @@ extern const uint8_t ff_h261_cbp_tab[63][2];
 extern RLTable ff_h261_rl_tcoeff;
 
 void ff_h261_loop_filter(MpegEncContext *s);
+void ff_h261_common_init(void);
 
 int ff_h261_get_picture_format(int width, int height);
 void ff_h261_reorder_mb_index(MpegEncContext *s);