]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/rl.h
vc2enc: add non-experimental support for all video formats from spec
[ffmpeg] / libavcodec / rl.h
index 33f4ef88de352c7966443f6ea1dc115f08e43e7f..af525efd3ba0d54f2d0bd1ac2b8b2172205a0586 100644 (file)
@@ -48,7 +48,6 @@ typedef struct RLTable {
 } RLTable;
 
 /**
- *
  * @param static_store static uint8_t array[2][2*MAX_RUN + MAX_LEVEL + 3] which will hold
  *                     the level and run tables, if this is NULL av_malloc() will be used
  */