]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/cabac.c
avcodec/motion_est_template: Fix map cache use in qpel_motion_search()
[ffmpeg] / libavcodec / cabac.c
index a9fafbdd33ef3b3c3b2fefef10bc6bb47ac4ac67..1a877dd2b5c1e0dd7500a4e6a66056c217b70d4e 100644 (file)
@@ -159,7 +159,6 @@ const uint8_t ff_h264_cabac_tables[512 + 4*2*64 + 4*64 + 63] = {
 };
 
 /**
- *
  * @param buf_size size of buf in bits
  */
 void ff_init_cabac_encoder(CABACContext *c, uint8_t *buf, int buf_size){